diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-05-04 16:45:37 +0000 |
| commit | 6031728e438feb9457596baae886c803883535e4 (patch) | |
| tree | 312bd8e46bc0cb2581287a72964d21a1eba5133b /src/display/sp-canvas.cpp | |
| parent | Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ... (diff) | |
| download | inkscape-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/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index e930f4b37..c717bc7ae 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -21,25 +21,25 @@ # include <config.h> #endif -#include <cairomm/region.h> #include <gdkmm/devicemanager.h> #include <gdkmm/display.h> #include <gdkmm/rectangle.h> +#include <cairomm/region.h> -#include "cms-system.h" -#include "color.h" -#include "debug/gdk-event-latency-tracker.h" -#include "desktop.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 <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 <2geom/affine.h> -#include <2geom/rect.h> +#include "cms-system.h" +#include "debug/gdk-event-latency-tracker.h" +#include "desktop.h" +#include "color.h" #if GTK_CHECK_VERSION(3,20,0) # include <gdkmm/seat.h> |
