2003-10-06 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Mon, 6 Oct 2003 12:15:18 +0000 (12:15 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Mon, 6 Oct 2003 12:15:18 +0000 (12:15 +0000)
* rungpg.c: Do not include <time.h>, <sys/time.h>, <sys/types.h>,
<signal.h>, <fcntl.h>, or "unistd.h".

gpgme/ChangeLog
gpgme/rungpg.c

index 2d55ce70a811b336e1be9a343bc1f70f40ed6f20..42929debc17ed17c285b07eadf6e2e9f4872b0e0 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-06  Marcus Brinkmann  <marcus@g10code.de>
+
+       * rungpg.c: Do not include <time.h>, <sys/time.h>, <sys/types.h>,
+       <signal.h>, <fcntl.h>, or "unistd.h".
+
 2003-10-02  Marcus Brinkmann  <marcus@g10code.de>
 
        * engine-backend.h (struct engine_ops): Add argument TYPE.
index ba3e52cede68aa197f47c04670992ba831a072d4..8885278b08604bf9e7f2797dcc20afc12b7633e6 100644 (file)
 #include <string.h>
 #include <assert.h>
 #include <errno.h>
-#include <time.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <signal.h>
-#include <fcntl.h>
-#include "unistd.h"
 
 #include "gpgme.h"
 #include "util.h"