diff options
-rw-r--r-- | src/ChangeLog | 3 | ||||
-rw-r--r-- | src/w32-glib-io.c | 1 | ||||
-rw-r--r-- | src/w32-io.c | 1 | ||||
-rw-r--r-- | src/w32-qt-io.cpp | 1 | ||||
-rw-r--r-- | src/w32-sema.c | 1 | ||||
-rw-r--r-- | src/w32-util.c | 1 |
6 files changed, 3 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 183bc613..e4993873 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-05-06 Marcus Brinkmann <[email protected]> + * w32-glib-io.c, w32-io.c, w32-qt-io.cpp, w32-sema.c, w32-util.c: + Do not include <signal.h>. + * sign.c, data-user.c, conversion.c, debug.c, verify.c, data.c, decrypt.c, delete.c, assuan-support.c, import.c, engine-gpgsm.c, data-mem.c, op-support.c, w32-io.c, w32-util.c, data-compat.c: Use diff --git a/src/w32-glib-io.c b/src/w32-glib-io.c index a69f73ab..be73b41e 100644 --- a/src/w32-glib-io.c +++ b/src/w32-glib-io.c @@ -27,7 +27,6 @@ #include <string.h> #include <assert.h> #include <errno.h> -#include <signal.h> #include <fcntl.h> #include <unistd.h> #include <sys/time.h> diff --git a/src/w32-io.c b/src/w32-io.c index d11a3e66..79720f34 100644 --- a/src/w32-io.c +++ b/src/w32-io.c @@ -27,7 +27,6 @@ #include <string.h> #include <assert.h> #include <errno.h> -#include <signal.h> #include <fcntl.h> #include <sys/time.h> #include <sys/types.h> diff --git a/src/w32-qt-io.cpp b/src/w32-qt-io.cpp index 4eb9beb1..358ff75f 100644 --- a/src/w32-qt-io.cpp +++ b/src/w32-qt-io.cpp @@ -27,7 +27,6 @@ #include <string.h> #include <assert.h> #include <errno.h> -#include <signal.h> #include <fcntl.h> #include <unistd.h> #include <sys/time.h> diff --git a/src/w32-sema.c b/src/w32-sema.c index 5228cc7c..6a5137dd 100644 --- a/src/w32-sema.c +++ b/src/w32-sema.c @@ -27,7 +27,6 @@ #include <string.h> #include <assert.h> #include <errno.h> -#include <signal.h> #include <fcntl.h> #include <sys/time.h> #include <sys/types.h> diff --git a/src/w32-util.c b/src/w32-util.c index ef524f7f..498c6fb2 100644 --- a/src/w32-util.c +++ b/src/w32-util.c @@ -33,7 +33,6 @@ #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> -#include <signal.h> #include <fcntl.h> #include <windows.h> #include <shlobj.h> |