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/livarot/int-line.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/livarot/int-line.cpp')
| -rw-r--r-- | src/livarot/int-line.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/livarot/int-line.cpp b/src/livarot/int-line.cpp index 998f638e7..72e0451eb 100644 --- a/src/livarot/int-line.cpp +++ b/src/livarot/int-line.cpp @@ -9,15 +9,15 @@ * */ -#include <glib.h> +#include "livarot/BitLigne.h" +#include "livarot/float-line.h" +#include "livarot/int-line.h" #include <cmath> +#include <cstdio> +#include <cstdlib> #include <cstring> +#include <glib.h> #include <string> -#include <cstdlib> -#include <cstdio> -#include "livarot/int-line.h" -#include "livarot/float-line.h" -#include "livarot/BitLigne.h" IntLigne::IntLigne() { |
