summaryrefslogtreecommitdiff
path: root/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcp.c b/tcp.c
index 8d55941..797ec9e 100644
--- a/tcp.c
+++ b/tcp.c
@@ -24,9 +24,8 @@
#include <arpa/inet.h>
#include <regex.h>
#include <pthread.h>
-#include "list.h"
-#include "hostport.h"
#include "radsecproxy.h"
+#include "hostport.h"
#ifdef RADPROT_TCP
#include "debug.h"