aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/TLSInStream.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2021-12-30 10:20:13 +0100
committerPierre Ossman <ossman@cendio.se>2021-12-30 10:23:49 +0100
commitb6d6db9b7c49898a663e9a9bc309ba10275a65f4 (patch)
tree3a0dabeb9246269e4d87e0daa47e6729d6b5fc81 /common/rdr/TLSInStream.h
parent425d8302b44137234e83d62edb70754d114b5cba (diff)
downloadtigervnc-b6d6db9b7c49898a663e9a9bc309ba10275a65f4.tar.gz
tigervnc-b6d6db9b7c49898a663e9a9bc309ba10275a65f4.zip
Be consistent in including config.h
The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
Diffstat (limited to 'common/rdr/TLSInStream.h')
-rw-r--r--common/rdr/TLSInStream.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rdr/TLSInStream.h b/common/rdr/TLSInStream.h
index 8fe35d26..4564d118 100644
--- a/common/rdr/TLSInStream.h
+++ b/common/rdr/TLSInStream.h
@@ -20,10 +20,6 @@
#ifndef __RDR_TLSINSTREAM_H__
#define __RDR_TLSINSTREAM_H__
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>