diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-28 21:23:01 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-28 21:23:01 +0000 |
| commit | 5606bdeb7c7006347224bdce324d4b8cc048ce8b (patch) | |
| tree | 6a599dbcc101bc4357298d28c44a8727a0da26e5 /src/libnrtype | |
| parent | dito (diff) | |
| download | inkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.tar.gz inkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.zip | |
An a few more config.h fixes
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Output.cpp | 4 | ||||
| -rw-r--r-- | src/libnrtype/Layout-TNG.h | 4 |
2 files changed, 0 insertions, 8 deletions
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 <glib.h> #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> |
