summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-05 16:38:15 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-05 16:38:15 +0000
commitefd39893a4f5e629a9df2d0674222aea1be14199 (patch)
treee9da01b7e3f274a5bfc9aae48bfc53f2f8a8775d /src/widgets/toolbox.cpp
parentMore template changes for 96 px per inch. (diff)
downloadinkscape-efd39893a4f5e629a9df2d0674222aea1be14199.tar.gz
inkscape-efd39893a4f5e629a9df2d0674222aea1be14199.zip
Move obvious ui component to ui/
(bzr r13341.1.247)
Diffstat (limited to '')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 939546f78..ba70c081e 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -53,7 +53,7 @@
#include "../ink-action.h"
#include "../ink-comboboxentry-action.h"
#include "../inkscape.h"
-#include "../interface.h"
+#include "ui/interface.h"
#include "../shortcuts.h"
#include "../sp-namedview.h"
#include "../tools-switch.h"