summaryrefslogtreecommitdiffstats
path: root/src/object/color-profile.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 /src/object/color-profile.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 'src/object/color-profile.cpp')
-rw-r--r--src/object/color-profile.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/object/color-profile.cpp b/src/object/color-profile.cpp
index c0ff72752..7bdde9b6d 100644
--- a/src/object/color-profile.cpp
+++ b/src/object/color-profile.cpp
@@ -6,18 +6,18 @@
#include <gdkmm/rgba.h>
+#include <glib/gstdio.h>
#include <fcntl.h>
#include <glib/gi18n.h>
-#include <glib/gstdio.h>
#ifdef DEBUG_LCMS
#include <gtk/gtk.h>
#endif // DEBUG_LCMS
+#include <unistd.h>
#include <cstring>
-#include <io/resource.h>
#include <io/sys.h>
-#include <unistd.h>
+#include <io/resource.h>
#ifdef WIN32
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later. Required for correctly including icm.h
@@ -32,18 +32,18 @@
# include <lcms.h>
#endif // HAVE_LIBLCMS2
-#include "attributes.h"
+#include "xml/repr.h"
+#include "color.h"
+#include "color-profile.h"
#include "cms-system.h"
#include "color-profile-cms-fns.h"
-#include "color-profile.h"
-#include "color.h"
-#include "document.h"
+#include "attributes.h"
#include "inkscape.h"
+#include "document.h"
#include "preferences.h"
-#include "uri.h"
-#include "xml/repr.h"
#include <glibmm/checksum.h>
#include <glibmm/convert.h>
+#include "uri.h"
#ifdef WIN32
#include <icm.h>