summaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2004-08-23 13:34:51 +0000
committerMoritz Schulte <mo@g10code.com>2004-08-23 13:34:51 +0000
commit62c6299c301311a46f79d67e8c63027af1d9cdc2 (patch)
tree9e248e92098cc1e590d71a8bfd94dd6ba594b638 /src/sexp.c
parentd93fae7a6d2b4468f17d33ea0a3d60ca78e0b1d4 (diff)
downloadlibgcrypt-62c6299c301311a46f79d67e8c63027af1d9cdc2.tar.gz
2004-08-23 Moritz Schulte <moritz@g10code.com>
* global.c: Do not include <assert.h>. * sexp.c: Likewise. * module.c: Likewise. * misc.c: Likewise.
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sexp.c b/src/sexp.c
index c19dc332..dfa126c6 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -26,7 +26,6 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
-#include <assert.h>
#define GCRYPT_NO_MPI_MACROS 1
#include "g10lib.h"