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

@@ -22,7 +22,6 @@
#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <assert.h>
#include <gcrypt.h>
#include "crypto_backend_internal.h"