Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-WebConnect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosmin Munteanu <cmunteanu@cloudbasesolutions.com>2015-09-09 17:48:53 +0300
committerCosmin Munteanu <cmunteanu@cloudbasesolutions.com>2015-09-09 17:50:38 +0300
commit2586c921f85b73fd05ccc5ee2bfdb43f3cf5dff7 (patch)
tree1d20d5e0542d73f69e8b7aa0c0d2a38930b068da
parent778746046f78a6f99ab6bd32bbb61ca23a8a026d (diff)
Removed redundant include
-rw-r--r--wsgate/myWsHandler.hpp1
-rw-r--r--wsgate/myrawsocket.hpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/wsgate/myWsHandler.hpp b/wsgate/myWsHandler.hpp
index 4df8a6a..3eebdbd 100644
--- a/wsgate/myWsHandler.hpp
+++ b/wsgate/myWsHandler.hpp
@@ -3,7 +3,6 @@
#include "wshandler.hpp"
#include "myrawsocket.hpp"
-#include <ehs/ehsconnection.h>
namespace wsgate{
class MyWsHandler : public wspp::wshandler
diff --git a/wsgate/myrawsocket.hpp b/wsgate/myrawsocket.hpp
index 5e525ee..55aadd7 100644
--- a/wsgate/myrawsocket.hpp
+++ b/wsgate/myrawsocket.hpp
@@ -22,7 +22,6 @@
#include "RDP.hpp"
#include <ehs/ehs.h>
-#include <ehs/ehsconnection.h>
namespace wsgate {