summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-07 22:23:31 +0100
committerMichael Adam <obnox@samba.org>2009-12-07 22:33:27 +0100
commit7290691142027e3a2020cab742478a3c87c0012f (patch)
treef0a2a48eb4c910296b7b66dff4355dab94fc126f /src/conf.c
parent34e4be193e9dc07d726dc564289662bc65e40bca (diff)
downloadtinyproxy-7290691142027e3a2020cab742478a3c87c0012f.tar.gz
tinyproxy-7290691142027e3a2020cab742478a3c87c0012f.zip
Move definition of "struct config_s" from main.h to conf.h
Michael
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 128b09c..3abadb1 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -22,8 +22,6 @@
* add new directives to. Who knows if I'm right though.
*/
-#include "main.h"
-
#include "conf.h"
#include "acl.h"