summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-03-12 00:31:09 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-03-12 00:31:09 +0000
commit944045b4457bc5cbc3234d7243c7cd01e10a6038 (patch)
tree42513d311d6c4159cb55431d6a4b160cf5a78b34 /src/live_effects
parentadd missing files to cmake. (diff)
downloadinkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.tar.gz
inkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.zip
Fix false gtk deprecation warnings from gtkmm headers
(bzr r11070)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/effect.h1
-rw-r--r--src/live_effects/lpe-line_segment.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index ffb4d70a3..50d4c142b 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -7,7 +7,6 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <map>
#include <glibmm/ustring.h>
#include <2geom/forward.h>
#include "ui/widget/registry.h"
diff --git a/src/live_effects/lpe-line_segment.h b/src/live_effects/lpe-line_segment.h
index 3a8e895e3..b2bb0994f 100644
--- a/src/live_effects/lpe-line_segment.h
+++ b/src/live_effects/lpe-line_segment.h
@@ -14,8 +14,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include "live_effects/effect.h"
#include "live_effects/parameter/enum.h"
+#include "live_effects/effect.h"
namespace Inkscape {
namespace LivePathEffect {