diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-21 01:59:56 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-21 01:59:56 +0000 |
| commit | 154165799998cb2cb7491bbd97b0511943a0228e (patch) | |
| tree | 878507e5e42b4651f1bb0805a42c0837528eb314 /src/dialogs/item-properties.cpp | |
| parent | Only build static libraries for subdirs than actually contain libraries, (diff) | |
| download | inkscape-154165799998cb2cb7491bbd97b0511943a0228e.tar.gz inkscape-154165799998cb2cb7491bbd97b0511943a0228e.zip | |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time.
(bzr r7337)
Diffstat (limited to 'src/dialogs/item-properties.cpp')
| -rw-r--r-- | src/dialogs/item-properties.cpp | 19 |
1 files changed, 9 insertions, 10 deletions
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 <gtk/gtktextview.h> #include <gtk/gtktooltips.h> +#include "../desktop-handles.h" +#include "dialog-events.h" +#include "../document.h" #include <glibmm/i18n.h> -#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 |
