Code

Correct path separators and missed variable assignment due to indention
[inkscape.git] / src / 2geom / sbasis-poly.h
index 4a8aa1cd8ea8740647385d50815bc67a20eecbf2..09c8e54870f7928c7f576de6902923293996c00c 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _SBASIS_TO_POLY
 #define _SBASIS_TO_POLY
 
-#include "poly.h"
-#include "sbasis.h"
+#include <2geom/poly.h>
+#include <2geom/sbasis.h>
 
 /*** Conversion between SBasis and Poly.  Not recommended for general
  * use due to instability.