From 5606bdeb7c7006347224bdce324d4b8cc048ce8b Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Thu, 28 Mar 2019 22:23:01 +0100 Subject: An a few more config.h fixes --- src/libnrtype/Layout-TNG-Output.cpp | 4 ---- src/libnrtype/Layout-TNG.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/libnrtype') diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp index 2a7c835f3..a3c11133b 100644 --- a/src/libnrtype/Layout-TNG-Output.cpp +++ b/src/libnrtype/Layout-TNG-Output.cpp @@ -10,10 +10,6 @@ * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ -#ifdef HAVE_CONFIG_H -# include "config.h" // only include where actually required! -#endif - #include #include "Layout-TNG.h" #include "display/drawing-text.h" diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index c09fc27ca..8a0d74f69 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -12,10 +12,6 @@ #ifndef __LAYOUT_TNG_H__ #define __LAYOUT_TNG_H__ -#ifdef HAVE_CONFIG_H -# include "config.h" // only include where actually required! -#endif - //#define DEBUG_TEXTLAYOUT_DUMPASTEXT #include <2geom/d2.h> -- cgit v1.2.3