summaryrefslogtreecommitdiffstats
path: root/src/helper/unit-menu.cpp
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2009-01-09 01:57:18 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2009-01-09 01:57:18 +0000
commitd0a01c4ce2652c3fb0b6fb89725c56d20e94c538 (patch)
treeba5bb3dcc6218fa5b0f0af1b00b2f93f14fa95e1 /src/helper/unit-menu.cpp
parentlittle change to meke extensions more testables (diff)
downloadinkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.tar.gz
inkscape-d0a01c4ce2652c3fb0b6fb89725c56d20e94c538.zip
Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows.
(bzr r7100)
Diffstat (limited to 'src/helper/unit-menu.cpp')
-rw-r--r--src/helper/unit-menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/unit-menu.cpp b/src/helper/unit-menu.cpp
index 809d8f929..19139979e 100644
--- a/src/helper/unit-menu.cpp
+++ b/src/helper/unit-menu.cpp
@@ -21,7 +21,7 @@
#include <gtk/gtkhbox.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkmenuitem.h>
-#include "helper/sp-marshal.h"
+#include "sp-marshal.h"
#include "helper/units.h"
#include "unit-menu.h"
#include "widgets/spw-utilities.h"