]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed the malloc.h include.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 25 Jul 2004 07:15:59 +0000 (07:15 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 25 Jul 2004 07:15:59 +0000 (07:15 +0000)
libextra/opencdk/encrypt.c
libextra/opencdk/main.c
libextra/opencdk/misc.c

index 7b97d6c11acef71a7742ce8c8e22933289c7f173..d3f71dad67a6de4cb0f48cc4fa1aa5b963e20348 100644 (file)
@@ -24,7 +24,6 @@
 #endif
 #include <stdio.h>
 #include <stdarg.h>
-#include <malloc.h>
 #include <assert.h>
 
 #include "opencdk.h"
index 9ffbf3c825d8008939a14ee6d18b0094f0127757..ac66c1c3d26e9220dc5527196011c0296b0c97b2 100644 (file)
@@ -24,7 +24,6 @@
 #endif
 #include <stdio.h>
 #include <errno.h>
-#include <malloc.h>
 #ifdef HAVE_PWD_H
 # include <pwd.h>
 #endif
index 9cd97e76b1ec68d8164e27fba14cc975df3532c9..5c535fed53c3f676ea07076e4a9d5c40926d36e9 100644 (file)
@@ -27,7 +27,6 @@
 #include <string.h>
 #include <ctype.h>
 #include <time.h>
-#include <malloc.h>
 
 #include "opencdk.h"
 #include "main.h"