summaryrefslogtreecommitdiff
path: root/test/util-socks.c
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-07-02 21:01:16 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-07-02 21:01:16 +0000
commita7e25887cfc05bd3e7b13f8ac72b93e3b798b318 (patch)
treef3ec31d98218f6920f7c28a88fbdf7c33ccd8ee6 /test/util-socks.c
parent16a629e446dc1d39e9521fac571ea1b40d7cb250 (diff)
downloadneon-a7e25887cfc05bd3e7b13f8ac72b93e3b798b318.tar.gz
* test/util-socks.c: Remove unnecessary #include.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1667 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test/util-socks.c')
-rw-r--r--test/util-socks.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/util-socks.c b/test/util-socks.c
index fae0084..a055bf5 100644
--- a/test/util-socks.c
+++ b/test/util-socks.c
@@ -1,6 +1,6 @@
/*
SOCKS server utils.
- Copyright (C) 2008, Joe Orton <joe@manyfish.co.uk>
+ Copyright (C) 2008, 2009, Joe Orton <joe@manyfish.co.uk>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,7 +21,6 @@
#include "config.h"
#include <sys/types.h>
-#include <sys/socket.h> /* for AF_INET6 */
#ifdef HAVE_STDLIB_H
#include <stdlib.h>