diff options
| author | Marcus Brinkmann <[email protected]> | 2003-10-06 12:15:18 +0000 | 
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2003-10-06 12:15:18 +0000 | 
| commit | 5168a8d5bee5f7ea392bf4b3983ff25b651e7dd4 (patch) | |
| tree | 70e0cb373665d34b9c960730eafe84ab0f3b9dd4 | |
| parent | Remove empty line (diff) | |
| download | gpgme-5168a8d5bee5f7ea392bf4b3983ff25b651e7dd4.tar.gz gpgme-5168a8d5bee5f7ea392bf4b3983ff25b651e7dd4.zip | |
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".
Diffstat (limited to '')
| -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" | 
