From 154165799998cb2cb7491bbd97b0511943a0228e Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sat, 21 Feb 2009 01:59:56 +0000 Subject: Move files from the src/dialogs/ directory to the places where they should be. Build libinkscape.a - should reduce link time. (bzr r7337) --- src/dialogs/item-properties.cpp | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/dialogs/item-properties.cpp') diff --git a/src/dialogs/item-properties.cpp b/src/dialogs/item-properties.cpp index 076358082..44a479b6c 100644 --- a/src/dialogs/item-properties.cpp +++ b/src/dialogs/item-properties.cpp @@ -26,21 +26,20 @@ #include #include +#include "../desktop-handles.h" +#include "dialog-events.h" +#include "../document.h" #include -#include "helper/window.h" -#include "../widgets/sp-widget.h" +#include "../helper/window.h" #include "../inkscape.h" -#include "../document.h" -#include "../desktop-handles.h" +#include "../interface.h" +#include "../macros.h" +#include "../preferences.h" #include "../selection.h" #include "../sp-item.h" -#include "../macros.h" #include "../verbs.h" -#include "../interface.h" -#include "sp-attribute-widget.h" - -#include "dialog-events.h" -#include "../preferences.h" +#include "../widgets/sp-attribute-widget.h" +#include "../widgets/sp-widget.h" #define MIN_ONSCREEN_DISTANCE 50 -- cgit v1.2.3