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".
This commit is contained in:
parent
fe37afc050
commit
5168a8d5be
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user