diff options
-rw-r--r-- | gpgme/ChangeLog | 5 | ||||
-rw-r--r-- | gpgme/rungpg.c | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 2d55ce70..42929deb 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2003-10-06 Marcus Brinkmann <[email protected]> + + * 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 <[email protected]> * engine-backend.h (struct engine_ops): Add argument TYPE. diff --git a/gpgme/rungpg.c b/gpgme/rungpg.c index ba3e52ce..8885278b 100644 --- a/gpgme/rungpg.c +++ b/gpgme/rungpg.c @@ -26,12 +26,6 @@ #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" |