summaryrefslogtreecommitdiffstats
path: root/src/trace
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-06 00:43:47 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-06 00:43:47 +0000
commit66b88664b18144a80c8750982d28a1628dffd8ac (patch)
treeadb1ea90ff95be4f44421b8351b189e8795c5017 /src/trace
parent(cppcheck and janitorial tasks:) C-style casting to C++-style casting (diff)
downloadinkscape-66b88664b18144a80c8750982d28a1628dffd8ac.tar.gz
inkscape-66b88664b18144a80c8750982d28a1628dffd8ac.zip
Get rid of gtkmm top-level header usage - not required by API
(bzr r10940)
Diffstat (limited to 'src/trace')
-rw-r--r--src/trace/potrace/inkscape-potrace.cpp2
-rw-r--r--src/trace/potrace/inkscape-potrace.h1
-rw-r--r--src/trace/trace.cpp2
-rw-r--r--src/trace/trace.h4
4 files changed, 4 insertions, 5 deletions
diff --git a/src/trace/potrace/inkscape-potrace.cpp b/src/trace/potrace/inkscape-potrace.cpp
index 2ef21b045..59dd6f254 100644
--- a/src/trace/potrace/inkscape-potrace.cpp
+++ b/src/trace/potrace/inkscape-potrace.cpp
@@ -17,7 +17,7 @@
#include "inkscape-potrace.h"
#include <glibmm/i18n.h>
-#include <gtkmm.h>
+#include <gtkmm/main.h>
#include <iomanip>
#include "trace/filterset.h"
diff --git a/src/trace/potrace/inkscape-potrace.h b/src/trace/potrace/inkscape-potrace.h
index f2fc9a71f..c1ffc6e9a 100644
--- a/src/trace/potrace/inkscape-potrace.h
+++ b/src/trace/potrace/inkscape-potrace.h
@@ -17,7 +17,6 @@
#ifndef __INKSCAPE_POTRACE_H__
#define __INKSCAPE_POTRACE_H__
-#include <gtkmm.h>
#include <trace/trace.h>
#include <trace/imagemap.h>
diff --git a/src/trace/trace.cpp b/src/trace/trace.cpp
index 48e3edaa0..636b2c1e3 100644
--- a/src/trace/trace.cpp
+++ b/src/trace/trace.cpp
@@ -19,8 +19,8 @@
#include "desktop-handles.h"
#include "document.h"
#include "message-stack.h"
-#include <gtkmm.h>
#include <glibmm/i18n.h>
+#include <gtkmm/main.h>
#include "selection.h"
#include "xml/repr.h"
#include "xml/attribute-record.h"
diff --git a/src/trace/trace.h b/src/trace/trace.h
index a7fbe0cc8..f811f4891 100644
--- a/src/trace/trace.h
+++ b/src/trace/trace.h
@@ -21,8 +21,8 @@
# include <string.h>
#endif
-#include <gtkmm.h>
-
+#include <glibmm/refptr.h>
+#include <gdkmm/pixbuf.h>
#include <vector>
#include <sp-shape.h>