diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-04 06:29:25 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-04 06:29:25 +0000 |
| commit | 4f0a5e9e6e931789dbc7793f84fbf4712c679899 (patch) | |
| tree | 8d7cba5180ee91f8633103b80a512acb9bf96d9e /src/2geom/numeric/matrix.cpp | |
| parent | Correct path separators and missed variable assignment due to indention (diff) | |
| download | inkscape-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.cpp | 4 |
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" |
