diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-29 22:12:42 +0000 |
| commit | bba4ff6672494fab59286b50f6c645ad62a47e60 (patch) | |
| tree | c357b8add3334ef1df340d4eb433404857c27e7d /src/widgets/ege-paint-def.cpp | |
| parent | Fix test (diff) | |
| download | inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.tar.gz inkscape-bba4ff6672494fab59286b50f6c645ad62a47e60.zip | |
Fix include order with clang-tidy check llvm-include-order
Diffstat (limited to 'src/widgets/ege-paint-def.cpp')
| -rw-r--r-- | src/widgets/ege-paint-def.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/widgets/ege-paint-def.cpp b/src/widgets/ege-paint-def.cpp index 8e0ec9352..a7f65e739 100644 --- a/src/widgets/ege-paint-def.cpp +++ b/src/widgets/ege-paint-def.cpp @@ -38,14 +38,14 @@ #include <libintl.h> -#include <stdint.h> -#include <string> +#include <glibmm/i18n.h> +#include <glibmm/stringutils.h> #include <iostream> #include <sstream> -#include <string.h> +#include <stdint.h> #include <stdio.h> -#include <glibmm/i18n.h> -#include <glibmm/stringutils.h> +#include <string> +#include <string.h> #if !defined(_) #define _(s) gettext(s) |
