diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-03 20:06:40 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-03 20:06:40 +0000 |
| commit | e07de7ce18ff4cc440dc8947d61825122afea062 (patch) | |
| tree | 9ffdd823777582d6b5b8d3de135a03da42041402 /src/2geom/piecewise.h | |
| parent | Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n... (diff) | |
| download | inkscape-e07de7ce18ff4cc440dc8947d61825122afea062.tar.gz inkscape-e07de7ce18ff4cc440dc8947d61825122afea062.zip | |
update 2geom (svn rev1433)
(bzr r6134)
Diffstat (limited to 'src/2geom/piecewise.h')
| -rw-r--r-- | src/2geom/piecewise.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/2geom/piecewise.h b/src/2geom/piecewise.h index 96e64bcf9..73fc76e2f 100644 --- a/src/2geom/piecewise.h +++ b/src/2geom/piecewise.h @@ -31,12 +31,12 @@ #ifndef SEEN_GEOM_PW_SB_H #define SEEN_GEOM_PW_SB_H -#include "sbasis.h" +#include <2geom/sbasis.h> #include <vector> #include <map> -#include "concepts.h" -#include "isnan.h" +#include <2geom/concepts.h> +#include <2geom/isnan.h> #include <boost/concept_check.hpp> namespace Geom { |
