summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-03-28 21:23:01 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-03-28 21:23:01 +0000
commit5606bdeb7c7006347224bdce324d4b8cc048ce8b (patch)
tree6a599dbcc101bc4357298d28c44a8727a0da26e5 /src/ui/widget
parentdito (diff)
downloadinkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.tar.gz
inkscape-5606bdeb7c7006347224bdce324d4b8cc048ce8b.zip
An a few more config.h fixes
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/ink-flow-box.cpp4
-rw-r--r--src/ui/widget/spin-button-tool-item.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/widget/ink-flow-box.cpp b/src/ui/widget/ink-flow-box.cpp
index 215e9d954..d102ceb6c 100644
--- a/src/ui/widget/ink-flow-box.cpp
+++ b/src/ui/widget/ink-flow-box.cpp
@@ -11,10 +11,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 "preferences.h"
#include "ui/icon-loader.h"
#include "ui/widget/ink-flow-box.h"
diff --git a/src/ui/widget/spin-button-tool-item.h b/src/ui/widget/spin-button-tool-item.h
index 4d3b75250..1b33e8580 100644
--- a/src/ui/widget/spin-button-tool-item.h
+++ b/src/ui/widget/spin-button-tool-item.h
@@ -2,10 +2,6 @@
#ifndef SEEN_SPIN_BUTTON_TOOL_ITEM_H
#define SEEN_SPIN_BUTTON_TOOL_ITEM_H
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <gtkmm/toolitem.h>
namespace Gtk {