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/inkgc/gc.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/inkgc/gc.cpp')
| -rw-r--r-- | src/inkgc/gc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inkgc/gc.cpp b/src/inkgc/gc.cpp index e8b2642c3..b1bd07af6 100644 --- a/src/inkgc/gc.cpp +++ b/src/inkgc/gc.cpp @@ -10,13 +10,13 @@ */ #include "inkgc/gc-core.h" -#include <cstddef> +#include <stdexcept> #include <cstring> +#include <string> #include <glib.h> -#include <glibmm/main.h> #include <sigc++/functors/ptr_fun.h> -#include <stdexcept> -#include <string> +#include <glibmm/main.h> +#include <cstddef> namespace Inkscape { namespace GC { |
