summaryrefslogtreecommitdiff
path: root/tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tls.c')
-rw-r--r--tls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tls.c b/tls.c
index f79529f..ce06a6e 100644
--- a/tls.c
+++ b/tls.c
@@ -26,9 +26,8 @@
#include <pthread.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
-#include "list.h"
-#include "hostport.h"
#include "radsecproxy.h"
+#include "hostport.h"
#ifdef RADPROT_TLS
#include "debug.h"