Code

Fix crash when floating dialog icon is not found
[inkscape.git] / src / 2geom / region.cpp
index 326173c0c614d774872f1b7673934fd6b19055bb..3c8c7fd1c8973538a7156b4e1cbb4182f2bd5be6 100644 (file)
@@ -1,7 +1,7 @@
-#include "region.h"
-#include "utils.h"
+#include <2geom/region.h>
+#include <2geom/utils.h>
 
-#include "shape.h"
+#include <2geom/shape.h>
 
 namespace Geom {
 
@@ -42,4 +42,4 @@ unsigned outer_index(Regions const &ps) {
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
\ No newline at end of file
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :