summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/global.c1
-rw-r--r--src/misc.c1
-rw-r--r--src/module.c1
-rw-r--r--src/sexp.c1
5 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f731ebac..b3178c6d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-23 Moritz Schulte <moritz@g10code.com>
+
+ * global.c: Do not include <assert.h>.
+ * sexp.c: Likewise.
+ * module.c: Likewise.
+ * misc.c: Likewise.
+
2004-08-18 Moritz Schulte <moritz@g10code.com>
* secmem.c (_gcry_secmem_init): Try to lock pool into core not
diff --git a/src/global.c b/src/global.c
index 3dd2c098..dece54ea 100644
--- a/src/global.c
+++ b/src/global.c
@@ -25,7 +25,6 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
-#include <assert.h>
#include <limits.h>
#include <errno.h>
diff --git a/src/misc.c b/src/misc.c
index 6b630e6d..20bf2e61 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -23,7 +23,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
-#include <assert.h>
#include <unistd.h>
#include "g10lib.h"
diff --git a/src/module.c b/src/module.c
index e98c36ef..69a79306 100644
--- a/src/module.c
+++ b/src/module.c
@@ -18,7 +18,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-#include <assert.h>
#include <config.h>
#include <errno.h>
#include "g10lib.h"
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"