summaryrefslogtreecommitdiffhomepage
path: root/src/sock.h
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-25 17:02:50 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-10-25 17:02:50 +0000
commit722a7d2142347a9fabd32ebc0fc6b9d94de492e2 (patch)
tree9c0085b4571f5c127669e9a61b880add301d4c79 /src/sock.h
parentd3b099140fa2d221479c67b2be921abac8481798 (diff)
Changed the included headers to be only the "tinyproxy.h" since it
contains all the code for properly bringing in the system headers (in the correct order and with proper dependancies.)
Diffstat (limited to 'src/sock.h')
-rw-r--r--src/sock.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/sock.h b/src/sock.h
index 93d97c4..efcb2f6 100644
--- a/src/sock.h
+++ b/src/sock.h
@@ -1,4 +1,4 @@
-/* $Id: sock.h,v 1.5 2001-09-16 20:11:07 rjkaes Exp $
+/* $Id: sock.h,v 1.6 2001-10-25 17:02:50 rjkaes Exp $
*
* See 'sock.c' for a detailed description.
*
@@ -19,9 +19,7 @@
#ifndef TINYPROXY_SOCK_H
#define TINYPROXY_SOCK_H
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "tinyproxy.h"
#define PEER_IP_LENGTH 16
#define PEER_STRING_LENGTH 256