diff options
Diffstat (limited to 'testfiles/src/object-set-test.cpp')
| -rw-r--r-- | testfiles/src/object-set-test.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testfiles/src/object-set-test.cpp b/testfiles/src/object-set-test.cpp index 2fc61e916..848a599c0 100644 --- a/testfiles/src/object-set-test.cpp +++ b/testfiles/src/object-set-test.cpp @@ -8,17 +8,17 @@ * * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <doc-per-case-test.h> #include <gtest/gtest.h> -#include <src/object/object-set.h> +#include <doc-per-case-test.h> #include <src/object/sp-factory.h> -#include <src/object/sp-path.h> #include <src/object/sp-rect.h> -#include <src/object/sp-root.h> +#include <src/object/sp-path.h> #include <src/object/sp-use.h> -#include <src/xml/simple-document.h> -#include <src/xml/text-node.h> +#include <src/object/sp-root.h> +#include <src/object/object-set.h> #include <xml/node.h> +#include <src/xml/text-node.h> +#include <src/xml/simple-document.h> //#include <unistd.h> #include <2geom/transforms.h> using namespace Inkscape; |
