diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-06-18 15:38:53 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-10-26 16:47:49 +0200 |
commit | 52a2e6520a6875f6a1434af2a0653d8a32fe7cf7 (patch) | |
tree | 3596cd80708ffd8dcd068f67a3c32455c3d7723b /common/rfb/CSecurityTLS.cxx | |
parent | 23a4213d8af7aca2be43ac13412dd7d6eea073a4 (diff) | |
download | tigervnc-52a2e6520a6875f6a1434af2a0653d8a32fe7cf7.tar.gz tigervnc-52a2e6520a6875f6a1434af2a0653d8a32fe7cf7.zip |
Remove unused include
We should not be including server headers from client code. It was
not even needed, so simply remove it.
Diffstat (limited to 'common/rfb/CSecurityTLS.cxx')
-rw-r--r-- | common/rfb/CSecurityTLS.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/CSecurityTLS.cxx b/common/rfb/CSecurityTLS.cxx index 000331c0..72d148ed 100644 --- a/common/rfb/CSecurityTLS.cxx +++ b/common/rfb/CSecurityTLS.cxx @@ -34,7 +34,6 @@ #endif #include <rfb/CSecurityTLS.h> -#include <rfb/SSecurityVeNCrypt.h> #include <rfb/CConnection.h> #include <rfb/LogWriter.h> #include <rfb/Exception.h> |