diff options
Diffstat (limited to 'tcp.c')
-rw-r--r-- | tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |