aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBrian P. Hinz <bphinz@users.sf.net>2017-11-15 05:08:16 -0500
committerBrian P. Hinz <bphinz@users.sf.net>2017-11-15 05:08:16 -0500
commit4b9b89730defae2f17df4400da819be799af1c7a (patch)
treeeaabddd71e1292865199e6ba4ceac3bf58070160 /common
parentcab73385bafb146676a7f14e0404bfeb4f9cd1ea (diff)
downloadtigervnc-4b9b89730defae2f17df4400da819be799af1c7a.tar.gz
tigervnc-4b9b89730defae2f17df4400da819be799af1c7a.zip
avoid putting more includes in headers than necessary
Diffstat (limited to 'common')
-rw-r--r--common/rfb/SSecurityTLS.cxx1
-rw-r--r--common/rfb/SSecurityTLS.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SSecurityTLS.cxx b/common/rfb/SSecurityTLS.cxx
index 92ff4b80..5576a060 100644
--- a/common/rfb/SSecurityTLS.cxx
+++ b/common/rfb/SSecurityTLS.cxx
@@ -35,6 +35,7 @@
#include <rfb/Exception.h>
#include <rdr/TLSInStream.h>
#include <rdr/TLSOutStream.h>
+#include <gnutls/x509.h>
#define DH_BITS 1024 /* XXX This should be configurable! */
diff --git a/common/rfb/SSecurityTLS.h b/common/rfb/SSecurityTLS.h
index dafc997c..30242a24 100644
--- a/common/rfb/SSecurityTLS.h
+++ b/common/rfb/SSecurityTLS.h
@@ -35,7 +35,6 @@
#include <rdr/InStream.h>
#include <rdr/OutStream.h>
#include <gnutls/gnutls.h>
-#include <gnutls/x509.h>
namespace rfb {