diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-08-04 21:08:41 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-08-04 21:08:41 +0000 |
| commit | 57a6fee4d17b6049b95ccf2ef445ed18c8a2a841 (patch) | |
| tree | f0696d1a5929d1de9e2412ae89dd86c49e8ae6c7 /src/sp-line.cpp | |
| parent | Wholesale cruft removal part 1 (diff) | |
| download | inkscape-57a6fee4d17b6049b95ccf2ef445ed18c8a2a841.tar.gz inkscape-57a6fee4d17b6049b95ccf2ef445ed18c8a2a841.zip | |
Wholesale cruft removal part 2
(bzr r9508.1.45)
Diffstat (limited to 'src/sp-line.cpp')
| -rw-r--r-- | src/sp-line.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sp-line.cpp b/src/sp-line.cpp index d0ce32397..f489da2f1 100644 --- a/src/sp-line.cpp +++ b/src/sp-line.cpp @@ -12,7 +12,7 @@ */ #ifdef HAVE_CONFIG_H -# include <config.h> +# include "config.h" #endif #include "attributes.h" #include "style.h" @@ -20,8 +20,7 @@ #include "sp-guide.h" #include "display/curve.h" #include <glibmm/i18n.h> -#include <libnr/nr-matrix-fns.h> -#include <xml/repr.h> +#include "xml/repr.h" #include "document.h" #include "inkscape.h" |
