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/filter-chemistry.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/filter-chemistry.cpp')
| -rw-r--r-- | src/filter-chemistry.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filter-chemistry.cpp b/src/filter-chemistry.cpp index 2ab7aff48..700aff708 100644 --- a/src/filter-chemistry.cpp +++ b/src/filter-chemistry.cpp @@ -17,17 +17,17 @@ #include <cstring> #include <glibmm.h> -#include "document-private.h" #include "desktop-style.h" +#include "document-private.h" #include "filter-chemistry.h" #include "filter-enums.h" +#include "object/filters/blend.h" +#include "object/filters/gaussian-blur.h" #include "object/sp-defs.h" #include "object/sp-item.h" #include "style.h" -#include "object/filters/blend.h" -#include "object/filters/gaussian-blur.h" /** * Count how many times the filter is used by the styles of o and its |
