From a720b928c80f18d340173f39f63e7ef9cfb367c1 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 16 Nov 2017 22:26:34 +0100 Subject: Remove includes in .cpp files for things the corresponding .h file already included --- src/netaddress.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/netaddress.cpp') diff --git a/src/netaddress.cpp b/src/netaddress.cpp index 3ef3c67ae4..fa1c191559 100644 --- a/src/netaddress.cpp +++ b/src/netaddress.cpp @@ -3,10 +3,6 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#ifdef HAVE_CONFIG_H -#include -#endif - #include #include #include -- cgit v1.2.3