Move assert include in internal header files.

This commit is contained in:
Ondrej Kozina
2022-11-16 16:50:29 +01:00
parent 3333f3e9bb
commit 81c56a8395
21 changed files with 2 additions and 22 deletions

View File

@@ -31,7 +31,6 @@
#ifdef HAVE_SYS_SYSMACROS_H
# include <sys/sysmacros.h> /* for major, minor */
#endif
#include <assert.h>
#include "internal.h"
#define DM_CRYPT_TARGET "crypt"