Code

Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in...
[inkscape.git] / src / helper / unit-menu.cpp
index 19139979ef6e6b41f2b389ba2335a04bd0447c3d..e4ff098290cae47f4c3d77c6361276c62f983356 100644 (file)
@@ -21,9 +21,9 @@
 #include <gtk/gtkhbox.h>
 #include <gtk/gtkmenu.h>
 #include <gtk/gtkmenuitem.h>
-#include "sp-marshal.h"
+#include "helper/sp-marshal.h"
 #include "helper/units.h"
-#include "unit-menu.h"
+#include "helper/unit-menu.h"
 #include "widgets/spw-utilities.h"
 
 struct SPUnitSelector {
@@ -372,4 +372,4 @@ sp_unit_selector_set_value_in_pixels(SPUnitSelector *selector, GtkAdjustment *ad
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :