aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:00:38 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-03 18:00:38 +0000
commit1966f96d3f361c7c3d40a65d76f52caf13c92c0d (patch)
tree2de9c71ee4ade242150d9297c435f7d27ad6147c /fetchmail.c
parentd7d4ac3a543862b495e922454f7e707a54cc5955 (diff)
downloadfetchmail-1966f96d3f361c7c3d40a65d76f52caf13c92c0d.tar.gz
fetchmail-1966f96d3f361c7c3d40a65d76f52caf13c92c0d.tar.bz2
fetchmail-1966f96d3f361c7c3d40a65d76f52caf13c92c0d.zip
Drop unused #include.
svn path=/trunk/; revision=4064
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index f3766b16..f224b8f0 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -28,7 +28,6 @@
#ifdef HAVE_SETRLIMIT
#include <sys/resource.h>
#endif /* HAVE_SETRLIMIT */
-#include <sys/utsname.h>
#ifdef HAVE_SOCKS
#include <socks.h> /* SOCKSinit() */