aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-24 15:42:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-24 15:42:12 +0000
commitf29cf2421da9aaed0af1d17efe82ba3a2a2592d8 (patch)
tree5f25b7233870a4a43d15f5ac384e4db8203f2413
parent21a92d85bebe24d333d92d8b4c920b8fec20d3f4 (diff)
downloadfetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.tar.gz
fetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.tar.bz2
fetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.zip
Header reorganization.
svn path=/trunk/; revision=1108
-rw-r--r--driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index da87ccc8..3f5fc649 100644
--- a/driver.c
+++ b/driver.c
@@ -5,7 +5,7 @@
* For license terms, see the file COPYING in this directory.
*/
-#include <config.h>
+#include "config.h"
#include <stdio.h>
#include <setjmp.h>
#include <errno.h>
@@ -46,7 +46,6 @@
#include <netinet/in.h>
#include <netdb.h>
#endif /* KERBEROS_V4 */
-#include "socket.h"
#include "fetchmail.h"
#include "socket.h"
#include "smtp.h"