summaryrefslogtreecommitdiffstats
path: root/src/widgets/layer-selector.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-02-21 01:59:56 +0000
committertweenk <tweenk@users.sourceforge.net>2009-02-21 01:59:56 +0000
commit154165799998cb2cb7491bbd97b0511943a0228e (patch)
tree878507e5e42b4651f1bb0805a42c0837528eb314 /src/widgets/layer-selector.cpp
parentOnly build static libraries for subdirs than actually contain libraries, (diff)
downloadinkscape-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 '')
-rw-r--r--src/ui/widget/layer-selector.cpp (renamed from src/widgets/layer-selector.cpp)21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/widgets/layer-selector.cpp b/src/ui/widget/layer-selector.cpp
index d51b31e67..51084b127 100644
--- a/src/widgets/layer-selector.cpp
+++ b/src/ui/widget/layer-selector.cpp
@@ -17,22 +17,19 @@
#include <string>
#include <glibmm/i18n.h>
-#include "desktop-handles.h"
-
-#include "widgets/layer-selector.h"
-#include "widgets/shrink-wrap-button.h"
-#include "widgets/icon.h"
-
-#include "util/reverse-list.h"
-#include "util/filter-list.h"
-
-#include "sp-item.h"
#include "desktop.h"
+#include "desktop-handles.h"
#include "document.h"
-#include "dialogs/layer-properties.h"
#include "layer-manager.h"
-#include "xml/node-event-vector.h"
+#include "sp-item.h"
+#include "ui/dialog/layer-properties.h"
+#include "ui/widget/layer-selector.h"
+#include "util/filter-list.h"
+#include "util/reverse-list.h"
#include "verbs.h"
+#include "widgets/icon.h"
+#include "widgets/shrink-wrap-button.h"
+#include "xml/node-event-vector.h"
namespace Inkscape {
namespace Widgets {