From 944045b4457bc5cbc3234d7243c7cd01e10a6038 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 12 Mar 2012 00:31:09 +0000 Subject: Fix false gtk deprecation warnings from gtkmm headers (bzr r11070) --- src/live_effects/effect.h | 1 - src/live_effects/lpe-line_segment.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/live_effects') 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 #include #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 { -- cgit v1.2.3