From bba4ff6672494fab59286b50f6c645ad62a47e60 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 30 Apr 2018 00:12:42 +0200 Subject: Fix include order with clang-tidy check llvm-include-order --- src/display/sp-canvas.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/display/sp-canvas.cpp') diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index c717bc7ae..e930f4b37 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -21,25 +21,25 @@ # include #endif +#include #include #include #include -#include -#include "helper/sp-marshal.h" -#include <2geom/rect.h> -#include <2geom/affine.h> -#include "display/sp-canvas.h" -#include "display/sp-canvas-group.h" -#include "display/rendermode.h" -#include "display/cairo-utils.h" -#include "preferences.h" -#include "inkscape.h" -#include "sodipodi-ctrlrect.h" #include "cms-system.h" +#include "color.h" #include "debug/gdk-event-latency-tracker.h" #include "desktop.h" -#include "color.h" +#include "display/cairo-utils.h" +#include "display/rendermode.h" +#include "display/sp-canvas-group.h" +#include "display/sp-canvas.h" +#include "helper/sp-marshal.h" +#include "inkscape.h" +#include "preferences.h" +#include "sodipodi-ctrlrect.h" +#include <2geom/affine.h> +#include <2geom/rect.h> #if GTK_CHECK_VERSION(3,20,0) # include -- cgit v1.2.3