diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-23 21:19:48 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-23 21:19:48 +0000 |
commit | ba19f176caa5862b2756316e1482991059e12323 (patch) | |
tree | 55fb2188997d8172936536b2707095fbdbf0d68b /libexec/spamd/gdcopy.c | |
parent | 29187473a43c99c43375c59b5aa4323d11d21efe (diff) |
Delete a bunch of unnecessary #includes
Use <fcntl.h> instead of <sys/{file,fcntl}.h>
ok krw@
Diffstat (limited to 'libexec/spamd/gdcopy.c')
-rw-r--r-- | libexec/spamd/gdcopy.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libexec/spamd/gdcopy.c b/libexec/spamd/gdcopy.c index 02016cf4b37..5cca43a35f7 100644 --- a/libexec/spamd/gdcopy.c +++ b/libexec/spamd/gdcopy.c @@ -16,10 +16,7 @@ #include <sys/types.h> #include <db.h> -#include <stdio.h> -#include <stdlib.h> #include <string.h> -#include <time.h> #include "grey.h" |