diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-23 15:14:48 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-24 19:20:13 +0000 |
| commit | 7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 (patch) | |
| tree | 3842c2d4a26444d4cdcb1c501a18aa19eebd21c5 /src/libnrtype | |
| parent | LPE PointParam: use doc2dt (diff) | |
| download | inkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.tar.gz inkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.zip | |
Remove #include "config.h" from header files where possible
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/FontFactory.h | 5 | ||||
| -rw-r--r-- | src/libnrtype/Layout-TNG.h | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/libnrtype/FontFactory.h b/src/libnrtype/FontFactory.h index 3dd9e66d7..82476fbae 100644 --- a/src/libnrtype/FontFactory.h +++ b/src/libnrtype/FontFactory.h @@ -7,15 +7,10 @@ #ifndef my_font_factory #define my_font_factory -//#include <glibmm/ustring.h> - #include <functional> #include <algorithm> #include <utility> -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif #ifdef _WIN32 //#define USE_PANGO_WIN32 // disable for Bug 165665 #endif diff --git a/src/libnrtype/Layout-TNG.h b/src/libnrtype/Layout-TNG.h index a4ba7171c..f9917bb85 100644 --- a/src/libnrtype/Layout-TNG.h +++ b/src/libnrtype/Layout-TNG.h @@ -13,9 +13,6 @@ //#define DEBUG_TEXTLAYOUT_DUMPASTEXT -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif #include <2geom/d2.h> #include <2geom/affine.h> #include <glibmm/ustring.h> |
