From 6031728e438feb9457596baae886c803883535e4 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Fri, 4 May 2018 18:45:37 +0200 Subject: Revert "Fix include order with clang-tidy check llvm-include-order" This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. --- src/extension/internal/emf-print.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/extension/internal/emf-print.cpp') diff --git a/src/extension/internal/emf-print.cpp b/src/extension/internal/emf-print.cpp index dedd241a5..0b005f8da 100644 --- a/src/extension/internal/emf-print.cpp +++ b/src/extension/internal/emf-print.cpp @@ -26,42 +26,42 @@ # include "config.h" #endif -#include <2geom/curves.h> +#include +#include +#include <3rdparty/libuemf/symbol_convert.h> +#include <2geom/sbasis-to-bezier.h> #include <2geom/path.h> #include <2geom/pathvector.h> #include <2geom/rect.h> -#include <2geom/sbasis-to-bezier.h> -#include <3rdparty/libuemf/symbol_convert.h> -#include -#include +#include <2geom/curves.h> -#include "helper/geom-curves.h" #include "helper/geom.h" +#include "helper/geom-curves.h" #include "util/units.h" #include "inkscape-version.h" -#include "document.h" -#include "extension/print.h" #include "extension/system.h" +#include "extension/print.h" +#include "document.h" #include "path-prefix.h" -#include "display/cairo-utils.h" -#include "object/sp-clippath.h" -#include "object/sp-gradient.h" -#include "object/sp-image.h" -#include "object/sp-item.h" -#include "object/sp-linear-gradient.h" #include "object/sp-pattern.h" +#include "object/sp-image.h" +#include "object/sp-gradient.h" #include "object/sp-radial-gradient.h" +#include "object/sp-linear-gradient.h" +#include "object/sp-item.h" #include "object/sp-root.h" #include "object/sp-shape.h" +#include "object/sp-clippath.h" #include "style.h" +#include "display/cairo-utils.h" +#include "splivarot.h" // pieces for union on shapes #include "2geom/svg-path-parser.h" // to get from SVG text to Geom::Path -#include "display/cairo-utils.h" // for Inkscape::Pixbuf::PF_CAIRO #include "display/canvas-bpath.h" // for SPWindRule -#include "splivarot.h" // pieces for union on shapes +#include "display/cairo-utils.h" // for Inkscape::Pixbuf::PF_CAIRO #include "emf-print.h" -- cgit v1.2.3