diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-01-30 08:33:01 +0000 |
| commit | 267299811df952d08324a39008f52c19641de9e0 (patch) | |
| tree | 28fef736a52cb7a72119d119be8eb663ad20a77f /testfiles/src/color-profile-test.cpp | |
| parent | Translations: update inkscape.pot (diff) | |
| download | inkscape-267299811df952d08324a39008f52c19641de9e0.tar.gz inkscape-267299811df952d08324a39008f52c19641de9e0.zip | |
Move classes derived from SPObject to own directory.
A lot of header clean-up.
Diffstat (limited to 'testfiles/src/color-profile-test.cpp')
| -rw-r--r-- | testfiles/src/color-profile-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testfiles/src/color-profile-test.cpp b/testfiles/src/color-profile-test.cpp index 365be687a..17b74bba1 100644 --- a/testfiles/src/color-profile-test.cpp +++ b/testfiles/src/color-profile-test.cpp @@ -13,7 +13,7 @@ #include "attributes.h" #include "cms-system.h" -#include "color-profile.h" +#include "object/color-profile.h" #include "doc-per-case-test.h" namespace { |
