summaryrefslogtreecommitdiff
path: root/src/syncClient.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-01-12 21:41:30 +0000
committerOthmar Gsenger <otti@anytun.org>2009-01-12 21:41:30 +0000
commit33cad772126bd4b87249a3798b43edda59396e89 (patch)
tree2cc7862d0f66f3dd270a2e52208f333e166a981a /src/syncClient.h
parentmoved rtp stuff to anyrtpproxy and removed it from anytun (diff)
fixed anytun-nosync build target
Diffstat (limited to 'src/syncClient.h')
-rw-r--r--src/syncClient.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/syncClient.h b/src/syncClient.h
index 26c946f..08b3015 100644
--- a/src/syncClient.h
+++ b/src/syncClient.h
@@ -31,12 +31,7 @@
#ifndef _SYNCCLIENT_H
#define _SYNCCLIENT_H
-#include "connectionList.h"
-#include "syncCommand.h"
-#include <sstream>
-#include <iostream>
#include <string>
-//#include <boost/asio.hpp>
#include "syncTcpConnection.h"
class SyncClient
{