summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 22:12:42 +0000
commitbba4ff6672494fab59286b50f6c645ad62a47e60 (patch)
treec357b8add3334ef1df340d4eb433404857c27e7d /src/io/resource.cpp
parentFix test (diff)
downloadinkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz
inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 0b242cc31..a2ba39a8c 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -24,13 +24,13 @@
#include <shlobj.h> // for SHGetSpecialFolderLocation
#endif
+#include <glibmm/fileutils.h>
#include <glibmm/miscutils.h>
#include <glibmm/stringutils.h>
-#include <glibmm/fileutils.h>
-#include "path-prefix.h"
-#include "io/sys.h"
#include "io/resource.h"
+#include "io/sys.h"
+#include "path-prefix.h"
using Inkscape::IO::file_test;