aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-11-09 15:48:19 +0100
committerPierre Ossman <ossman@cendio.se>2015-11-09 15:48:19 +0100
commit0068a4f5faa309b1f5e49dbf37d49f72db806cb4 (patch)
tree2de014f02f18be43bf6714c4675efd82e71b4a12 /common/rfb/CConnection.h
parentb591c9dfff346f539de31c9acd5115c545ac0ca6 (diff)
downloadtigervnc-0068a4f5faa309b1f5e49dbf37d49f72db806cb4.tar.gz
tigervnc-0068a4f5faa309b1f5e49dbf37d49f72db806cb4.zip
Clean out unused dependencies from CConnection.h
Diffstat (limited to 'common/rfb/CConnection.h')
-rw-r--r--common/rfb/CConnection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h
index b767ede3..501c761f 100644
--- a/common/rfb/CConnection.h
+++ b/common/rfb/CConnection.h
@@ -23,12 +23,8 @@
#ifndef __RFB_CCONNECTION_H__
#define __RFB_CCONNECTION_H__
-#include <rdr/InStream.h>
-#include <rdr/OutStream.h>
#include <rfb/CMsgHandler.h>
-#include <rfb/CSecurity.h>
#include <rfb/util.h>
-#include <rfb/SecurityClient.h>
namespace rfb {
@@ -36,6 +32,7 @@ namespace rfb {
class CMsgWriter;
class CSecurity;
class IdentityVerifier;
+ class SecurityClient;
class CConnection : public CMsgHandler {
public: