summaryrefslogtreecommitdiffstats
path: root/src/ui/tool
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2018-09-23 15:14:48 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-09-24 19:20:13 +0000
commit7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4 (patch)
tree3842c2d4a26444d4cdcb1c501a18aa19eebd21c5 /src/ui/tool
parentLPE PointParam: use doc2dt (diff)
downloadinkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.tar.gz
inkscape-7cbfe202efaa0d3a36cfbb99abdd09d8cc25efc4.zip
Remove #include "config.h" from header files where possible
Diffstat (limited to '')
-rw-r--r--src/ui/tool/node.h4
-rw-r--r--src/ui/tools-switch.h4
-rw-r--r--src/ui/tools/measure-tool.h4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 594f6b633..f8c99dde0 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -12,10 +12,6 @@
#ifndef SEEN_UI_TOOL_NODE_H
#define SEEN_UI_TOOL_NODE_H
-#if HAVE_CONFIG_H
- #include "config.h"
-#endif
-
#include <iterator>
#include <iosfwd>
#include <stdexcept>
diff --git a/src/ui/tools-switch.h b/src/ui/tools-switch.h
index d396597ca..1bf785aca 100644
--- a/src/ui/tools-switch.h
+++ b/src/ui/tools-switch.h
@@ -12,10 +12,6 @@
#ifndef SEEN_TOOLS_SWITCH_H
#define SEEN_TOOLS_SWITCH_H
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
class SPDesktop;
class SPItem;
namespace Geom {
diff --git a/src/ui/tools/measure-tool.h b/src/ui/tools/measure-tool.h
index 0fb488948..022989973 100644
--- a/src/ui/tools/measure-tool.h
+++ b/src/ui/tools/measure-tool.h
@@ -12,10 +12,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <cstddef>
#include <sigc++/sigc++.h>
#include "ui/tools/tool-base.h"