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

@@ -21,7 +21,6 @@
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <sys/select.h>
#include "libcryptsetup.h"