Removed the unneeded alloca.h
authorWerner Koch <wk@gnupg.org>
Fri, 13 Feb 2004 13:02:07 +0000 (13:02 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 13 Feb 2004 13:02:07 +0000 (13:02 +0000)
assuan/ChangeLog
assuan/assuan-domain-connect.c

index 3d2faf929cb273fb87117e26d732e8d7bc4e2cf7..8a25927e3833d0bde0a2326c8c581a3e893dbe37 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-13  Werner Koch  <wk@gnupg.org>
+
+       * assuan-domain-connect.c: Removed the unneeded alloca.h
+
 2003-08-13  Werner Koch  <wk@gnupg.org>
 
        * assuan-inquire.c (assuan_inquire): Increase length of cmdbuf to
index 49dcb557530dd9c8384dd68e8ae8ae3cd8d37b38..fbcd2415f2159370f9870ea25a9149d5a39792a4 100644 (file)
@@ -30,7 +30,6 @@
 #include <sys/un.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <alloca.h>
 #include <string.h>
 #include <assert.h>