aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-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"