Removed the unneeded alloca.h

This commit is contained in:
Werner Koch 2004-02-13 13:02:07 +00:00
parent 867df1aa04
commit 3d6d811a83
2 changed files with 4 additions and 1 deletions

View 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> 2003-08-13 Werner Koch <wk@gnupg.org>
* assuan-inquire.c (assuan_inquire): Increase length of cmdbuf to * assuan-inquire.c (assuan_inquire): Increase length of cmdbuf to

View File

@ -30,7 +30,6 @@
#include <sys/un.h> #include <sys/un.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <alloca.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>