summaryrefslogtreecommitdiff
path: root/src/anytun-config.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-10-19 20:06:14 +0000
committerOthmar Gsenger <otti@anytun.org>2008-10-19 20:06:14 +0000
commit7ec2d1c53b753238509bf7a89587509305b9216d (patch)
tree2e81d3fbd6b2a515f71449a2a16b2c69ecf4ddad /src/anytun-config.cpp
parentswitched from PracticalSocket to libasio (diff)
move to asio socket libary for sync
bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data
Diffstat (limited to 'src/anytun-config.cpp')
-rw-r--r--src/anytun-config.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/anytun-config.cpp b/src/anytun-config.cpp
index 77ea98f..6fde887 100644
--- a/src/anytun-config.cpp
+++ b/src/anytun-config.cpp
@@ -45,11 +45,6 @@
#include "networkAddress.h"
#include "syncQueue.h"
-#include "syncSocketHandler.h"
-#include "syncListenSocket.h"
-
-#include "syncSocket.h"
-#include "syncClientSocket.h"
#include "syncCommand.h"