Code

Partial 2geom update (anticipating changes that will be part of the next major update...
[inkscape.git] / src / 2geom / numeric / linear_system.h
index 9cb521eb2a2f919a8d7982d46117109362c5643f..7699c5224ead519e34c4bbe9ea7b7fb0b8a864ec 100644 (file)
@@ -6,8 +6,8 @@
 
 #include <gsl/gsl_linalg.h>
 
-#include "numeric/matrix.h"
-#include "numeric/vector.h"
+#include "2geom/numeric/matrix.h"
+#include "2geom/numeric/vector.h"
 
 
 namespace Geom { namespace NL {