summaryrefslogtreecommitdiffstats
path: root/testfiles/src/object-set-test.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-05-04 16:45:37 +0000
commit6031728e438feb9457596baae886c803883535e4 (patch)
tree312bd8e46bc0cb2581287a72964d21a1eba5133b /testfiles/src/object-set-test.cpp
parentRename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff)
downloadinkscape-6031728e438feb9457596baae886c803883535e4.tar.gz
inkscape-6031728e438feb9457596baae886c803883535e4.zip
Revert "Fix include order with clang-tidy check llvm-include-order"
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
Diffstat (limited to 'testfiles/src/object-set-test.cpp')
-rw-r--r--testfiles/src/object-set-test.cpp12
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;