summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-26 16:54:08 +0000
commit43175d10160728a84a24f4b9b8de667c76d6cc8b (patch)
tree2badbf7523341d7aa8fa4eef9cc855e03a485173 /src/ui/dialog/fill-and-stroke.h
parentheader cleaning (diff)
downloadinkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.tar.gz
inkscape-43175d10160728a84a24f4b9b8de667c76d6cc8b.zip
Clean up all remaining false warnings from Gtkmm
(bzr r11018)
Diffstat (limited to 'src/ui/dialog/fill-and-stroke.h')
-rw-r--r--src/ui/dialog/fill-and-stroke.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/ui/dialog/fill-and-stroke.h b/src/ui/dialog/fill-and-stroke.h
index b4be9ce59..f388d2873 100644
--- a/src/ui/dialog/fill-and-stroke.h
+++ b/src/ui/dialog/fill-and-stroke.h
@@ -15,16 +15,14 @@
#ifndef INKSCAPE_UI_DIALOG_FILL_AND_STROKE_H
#define INKSCAPE_UI_DIALOG_FILL_AND_STROKE_H
-#include <gtkmm/alignment.h>
-#include <gtkmm/notebook.h>
-#include <gtkmm/scale.h>
-#include <glibmm/i18n.h>
-
#include "ui/widget/panel.h"
#include "ui/widget/notebook-page.h"
#include "ui/widget/object-composite-settings.h"
#include "ui/dialog/desktop-tracker.h"
+#include <gtkmm/notebook.h>
+#include "ui/widget/style-subject.h"
+
namespace Inkscape {
namespace UI {
namespace Dialog {