Code

Fix crash when floating dialog icon is not found
[inkscape.git] / src / 2geom / region.cpp
index 1bc4a68e79ca77419d0ce7006561fc0085146650..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 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :