2010-05-06 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 6 May 2010 15:16:57 +0000 (15:16 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 6 May 2010 15:16:57 +0000 (15:16 +0000)
* w32-glib-io.c, w32-io.c, w32-qt-io.cpp, w32-sema.c, w32-util.c:
Do not include <signal.h>.

src/ChangeLog
src/w32-glib-io.c
src/w32-io.c
src/w32-qt-io.cpp
src/w32-sema.c
src/w32-util.c

index 183bc613a046c52cc17fd9d244237d73b69e13cc..e4993873130b0e8f2d40466dc091dce9fb411464 100644 (file)
@@ -1,5 +1,8 @@
 2010-05-06  Marcus Brinkmann  <marcus@g10code.de>
 
+       * 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
index a69f73ab47d7cffbca338878f003936b8597dfab..be73b41ec8c4abb3a92a58cab926be611335e351 100644 (file)
@@ -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>
index d11a3e66794d66ad9c7a9fdea3a11816a549fc64..79720f3414f86642bbfe43a85a4d98c78e02c484 100644 (file)
@@ -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>
index 4eb9beb178e067d113494ebb0df15acf5640988a..358ff75fbc93f796e1f0aeb3c0cfc8b037b61cde 100644 (file)
@@ -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>
index 5228cc7cf9cc1bb98478f4017c153c87f203ef47..6a5137dd6d24edaa81b59f47c430274e7044fc5a 100644 (file)
@@ -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>
index ef524f7ff57e3a3052b94e6c810d95c2eae5e489..498c6fb27e03415cc6497087a0d6a84fc86cbbd6 100644 (file)
@@ -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>