diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-24 15:42:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-24 15:42:12 +0000 |
commit | f29cf2421da9aaed0af1d17efe82ba3a2a2592d8 (patch) | |
tree | 5f25b7233870a4a43d15f5ac384e4db8203f2413 | |
parent | 21a92d85bebe24d333d92d8b4c920b8fec20d3f4 (diff) | |
download | fetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.tar.gz fetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.tar.bz2 fetchmail-f29cf2421da9aaed0af1d17efe82ba3a2a2592d8.zip |
Header reorganization.
svn path=/trunk/; revision=1108
-rw-r--r-- | driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |