summaryrefslogtreecommitdiffstats
path: root/src/2geom/numeric/matrix.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-07-04 06:29:25 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-07-04 06:29:25 +0000
commit4f0a5e9e6e931789dbc7793f84fbf4712c679899 (patch)
tree8d7cba5180ee91f8633103b80a512acb9bf96d9e /src/2geom/numeric/matrix.cpp
parentCorrect path separators and missed variable assignment due to indention (diff)
downloadinkscape-4f0a5e9e6e931789dbc7793f84fbf4712c679899.tar.gz
inkscape-4f0a5e9e6e931789dbc7793f84fbf4712c679899.zip
Fixed includes
(bzr r6148)
Diffstat (limited to 'src/2geom/numeric/matrix.cpp')
-rw-r--r--src/2geom/numeric/matrix.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/numeric/matrix.cpp b/src/2geom/numeric/matrix.cpp
index dde80dfb6..30b452b37 100644
--- a/src/2geom/numeric/matrix.cpp
+++ b/src/2geom/numeric/matrix.cpp
@@ -33,8 +33,8 @@
*/
-#include <numeric/matrix.h>
-#include <numeric/vector.h>
+#include "matrix.h"
+#include "vector.h"