Use /bin/sh rather than /bin/bash in scripts.
[libradsec.git] / tcp.c
diff --git a/tcp.c b/tcp.c
index 8d55941..797ec9e 100644 (file)
--- 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"