Use /bin/sh rather than /bin/bash in scripts.
[libradsec.git] / tcp.c
diff --git a/tcp.c b/tcp.c
index c04309d..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"
@@ -372,3 +371,7 @@ const struct protodefs *tcpinit(uint8_t h) {
     return NULL;
 }
 #endif
+
+/* Local Variables: */
+/* c-file-style: "stroustrup" */
+/* End: */