summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/dash-selector.h4
-rw-r--r--src/widgets/gradient-selector.h4
-rw-r--r--src/widgets/gradient-vector.h4
-rw-r--r--src/widgets/paint-selector.h4
-rw-r--r--src/widgets/sp-attribute-widget.cpp4
-rw-r--r--src/widgets/sp-attribute-widget.h4
-rw-r--r--src/widgets/sp-color-selector.h4
-rw-r--r--src/widgets/stroke-style.h4
-rw-r--r--src/widgets/style-utils.h4
9 files changed, 4 insertions, 32 deletions
diff --git a/src/widgets/dash-selector.h b/src/widgets/dash-selector.h
index 3e22866b4..eb48003a6 100644
--- a/src/widgets/dash-selector.h
+++ b/src/widgets/dash-selector.h
@@ -10,10 +10,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <gtkmm/box.h>
#include <gtkmm/combobox.h>
#include <gtkmm/liststore.h>
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h
index 8317dd451..4eb37b5e8 100644
--- a/src/widgets/gradient-selector.h
+++ b/src/widgets/gradient-selector.h
@@ -15,10 +15,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <gtkmm/liststore.h>
#include <gtkmm/scrolledwindow.h>
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h
index 0bc5fcbe4..27f818832 100644
--- a/src/widgets/gradient-vector.h
+++ b/src/widgets/gradient-vector.h
@@ -15,10 +15,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <gtkmm/liststore.h>
#include <sigc++/connection.h>
#include "gradient-selector.h"
diff --git a/src/widgets/paint-selector.h b/src/widgets/paint-selector.h
index f9d32b492..d7c7e6326 100644
--- a/src/widgets/paint-selector.h
+++ b/src/widgets/paint-selector.h
@@ -12,10 +12,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <glib.h>
#include <gtk/gtk.h>
diff --git a/src/widgets/sp-attribute-widget.cpp b/src/widgets/sp-attribute-widget.cpp
index 2749b90ef..f77404019 100644
--- a/src/widgets/sp-attribute-widget.cpp
+++ b/src/widgets/sp-attribute-widget.cpp
@@ -12,6 +12,10 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <glibmm/i18n.h>
#include <gtkmm/entry.h>
#include <gtkmm/grid.h>
diff --git a/src/widgets/sp-attribute-widget.h b/src/widgets/sp-attribute-widget.h
index b76b642db..d8b350e58 100644
--- a/src/widgets/sp-attribute-widget.h
+++ b/src/widgets/sp-attribute-widget.h
@@ -15,10 +15,6 @@
#ifndef SEEN_DIALOGS_SP_ATTRIBUTE_WIDGET_H
#define SEEN_DIALOGS_SP_ATTRIBUTE_WIDGET_H
-#if HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <gtkmm/widget.h>
#include <cstddef>
#include <sigc++/connection.h>
diff --git a/src/widgets/sp-color-selector.h b/src/widgets/sp-color-selector.h
index 6367c8ac8..e58a8adcd 100644
--- a/src/widgets/sp-color-selector.h
+++ b/src/widgets/sp-color-selector.h
@@ -1,10 +1,6 @@
#ifndef SEEN_SP_COLOR_SELECTOR_H
#define SEEN_SP_COLOR_SELECTOR_H
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <gtk/gtk.h>
#include "color.h"
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h
index 382d87ac6..5ee626b68 100644
--- a/src/widgets/stroke-style.h
+++ b/src/widgets/stroke-style.h
@@ -17,10 +17,6 @@
#ifndef SEEN_DIALOGS_STROKE_STYLE_H
#define SEEN_DIALOGS_STROKE_STYLE_H
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <glibmm/i18n.h>
#include <gtkmm/grid.h>
#include <gtkmm/radiobutton.h>
diff --git a/src/widgets/style-utils.h b/src/widgets/style-utils.h
index 65b635f0c..ba63cb898 100644
--- a/src/widgets/style-utils.h
+++ b/src/widgets/style-utils.h
@@ -19,10 +19,6 @@
#ifndef SEEN_DIALOGS_STYLE_UTILS_H
#define SEEN_DIALOGS_STYLE_UTILS_H
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include "desktop-style.h"
namespace Inkscape {