diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2018-09-30 23:49:49 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-10-01 22:50:12 +0000 |
| commit | 71f15d1e96dab3a48fd8e544561f1830795b56ed (patch) | |
| tree | 43579c16ebba5afc977b059b9ddc057e40fb4dae /src/xml | |
| parent | Use _WIN32 instead of WIN32 (diff) | |
| download | inkscape-71f15d1e96dab3a48fd8e544561f1830795b56ed.tar.gz inkscape-71f15d1e96dab3a48fd8e544561f1830795b56ed.zip | |
Remove #include "config.h" wherever possible
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/repr-io.cpp | 4 | ||||
| -rw-r--r-- | src/xml/repr-util.cpp | 7 | ||||
| -rw-r--r-- | src/xml/repr.cpp | 4 |
3 files changed, 2 insertions, 13 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp index 8e6a606e1..877083b81 100644 --- a/src/xml/repr-io.cpp +++ b/src/xml/repr-io.cpp @@ -10,10 +10,6 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <cstring> #include <string> #include <stdexcept> diff --git a/src/xml/repr-util.cpp b/src/xml/repr-util.cpp index 7946eebfc..7d043f7e5 100644 --- a/src/xml/repr-util.cpp +++ b/src/xml/repr-util.cpp @@ -15,11 +15,8 @@ * Licensed under GNU GPL */ -#include "config.h" - -# include <cstring> - -# include <cstdlib> +#include <cstring> +#include <cstdlib> #include <glib.h> diff --git a/src/xml/repr.cpp b/src/xml/repr.cpp index 8ad1ac06b..23485876c 100644 --- a/src/xml/repr.cpp +++ b/src/xml/repr.cpp @@ -16,10 +16,6 @@ #define noREPR_VERBOSE -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <cstring> #include "xml/repr.h" |
