summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-30 23:49:49 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-10-01 22:50:12 +0000
commit71f15d1e96dab3a48fd8e544561f1830795b56ed (patch)
tree43579c16ebba5afc977b059b9ddc057e40fb4dae /src/util
parentUse _WIN32 instead of WIN32 (diff)
downloadinkscape-71f15d1e96dab3a48fd8e544561f1830795b56ed.tar.gz
inkscape-71f15d1e96dab3a48fd8e544561f1830795b56ed.zip
Remove #include "config.h" wherever possible
Diffstat (limited to 'src/util')
-rw-r--r--src/util/ege-tags.cpp4
-rw-r--r--src/util/expression-evaluator.cpp2
-rw-r--r--src/util/units.cpp4
3 files changed, 0 insertions, 10 deletions
diff --git a/src/util/ege-tags.cpp b/src/util/ege-tags.cpp
index f3955129a..d86d6025f 100644
--- a/src/util/ege-tags.cpp
+++ b/src/util/ege-tags.cpp
@@ -34,10 +34,6 @@
*
* ***** END LICENSE BLOCK ***** */
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif // HAVE_CONFIG_H
-
#include <libintl.h>
#if !defined(_)
diff --git a/src/util/expression-evaluator.cpp b/src/util/expression-evaluator.cpp
index 2c719100c..e9356ef35 100644
--- a/src/util/expression-evaluator.cpp
+++ b/src/util/expression-evaluator.cpp
@@ -23,8 +23,6 @@
* <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include "util/expression-evaluator.h"
#include "util/units.h"
diff --git a/src/util/units.cpp b/src/util/units.cpp
index 340d3f697..35493bcbc 100644
--- a/src/util/units.cpp
+++ b/src/util/units.cpp
@@ -9,10 +9,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <cmath>
#include <cerrno>
#include <iomanip>