Code

Update to 2geom rev. 1538
[inkscape.git] / src / 2geom / sweep.cpp
index b9ef71b5c0cd3cd165a066bc93599dbdee536a71..1b881399036103801c60a7cfb02e44d757db34f4 100644 (file)
@@ -1,4 +1,4 @@
-#include "sweep.h"
+#include <2geom/sweep.h>
 
 #include <algorithm>
 
@@ -103,3 +103,14 @@ std::vector<std::vector<unsigned> > fake_cull(unsigned a, unsigned b) {
 }
 
 }
+
+/*
+  Local Variables:
+  mode:c++
+  c-file-style:"stroustrup"
+  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+  indent-tabs-mode:nil
+  fill-column:99
+  End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :