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/ui/view | |
| 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/ui/view')
| -rw-r--r-- | src/ui/view/edit-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/view/edit-widget.h b/src/ui/view/edit-widget.h index ea3205696..2bb708305 100644 --- a/src/ui/view/edit-widget.h +++ b/src/ui/view/edit-widget.h @@ -28,12 +28,12 @@ #include "ui/dialog/dialog-manager.h" #include "ui/view/edit-widget-interface.h" #include "ui/widget/dock.h" -#include "ui/widget/selected-style.h" +#include "ui/widget/layer-selector.h" #include "ui/widget/ruler.h" -#include "ui/widget/toolbox.h" +#include "ui/widget/selected-style.h" #include "ui/widget/svg-canvas.h" +#include "ui/widget/toolbox.h" #include "ui/widget/zoom-status.h" -#include "widgets/layer-selector.h" struct SPDesktop; struct SPDocument; |
