summaryrefslogtreecommitdiffstats
path: root/src/widgets/fill-style.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/fill-style.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/widgets/fill-style.cpp (renamed from src/dialogs/fill-style.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/fill-style.cpp b/src/widgets/fill-style.cpp
index 24e46f056..5e9d30bcd 100644
--- a/src/dialogs/fill-style.cpp
+++ b/src/widgets/fill-style.cpp
@@ -35,7 +35,7 @@
#include "widgets/sp-widget.h"
#include "xml/repr.h"
-#include "dialogs/fill-style.h"
+#include "widgets/fill-style.h"
// These can be deleted once we sort out the libart dependence.