From b6d6db9b7c49898a663e9a9bc309ba10275a65f4 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 30 Dec 2021 10:20:13 +0100 Subject: 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. --- common/rdr/TLSInStream.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/rdr/TLSInStream.h') 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 -#endif - #ifdef HAVE_GNUTLS #include -- cgit v1.2.3