From 7fe91fdccab9e61c4dbc12c1c83d2f06e3f266f4 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 17 Jun 2018 21:40:31 +0200 Subject: =?UTF-8?q?Run=20clang-tidy=E2=80=99s=20modernize-deprecated-heade?= =?UTF-8?q?rs=20pass.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This renames most C <*.h> includes into C++ includes. --- src/object/filters/blend.cpp | 2 +- src/object/filters/colormatrix.cpp | 2 +- src/object/filters/convolvematrix.cpp | 4 ++-- src/object/filters/morphology.cpp | 2 +- src/object/filters/sp-filter-primitive.cpp | 2 +- src/object/sp-filter.cpp | 2 +- src/object/sp-hatch-path.h | 2 +- src/object/sp-hatch.h | 2 +- src/object/sp-object.h | 2 +- src/object/sp-pattern.h | 2 +- src/object/sp-tag-use-reference.h | 2 +- src/object/sp-tag-use.h | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) (limited to 'src/object') diff --git a/src/object/filters/blend.cpp b/src/object/filters/blend.cpp index 400520e5b..33fa56506 100644 --- a/src/object/filters/blend.cpp +++ b/src/object/filters/blend.cpp @@ -13,7 +13,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include +#include #include "blend.h" diff --git a/src/object/filters/colormatrix.cpp b/src/object/filters/colormatrix.cpp index 4f4498e32..0017fa0b2 100644 --- a/src/object/filters/colormatrix.cpp +++ b/src/object/filters/colormatrix.cpp @@ -14,7 +14,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include +#include #include "attributes.h" #include "svg/svg.h" diff --git a/src/object/filters/convolvematrix.cpp b/src/object/filters/convolvematrix.cpp index 2466fe396..0f9c993f6 100644 --- a/src/object/filters/convolvematrix.cpp +++ b/src/object/filters/convolvematrix.cpp @@ -13,8 +13,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include -#include +#include +#include #include #include "convolvematrix.h" diff --git a/src/object/filters/morphology.cpp b/src/object/filters/morphology.cpp index ee7b1eaaa..830240049 100644 --- a/src/object/filters/morphology.cpp +++ b/src/object/filters/morphology.cpp @@ -13,7 +13,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include +#include #include "attributes.h" #include "svg/svg.h" diff --git a/src/object/filters/sp-filter-primitive.cpp b/src/object/filters/sp-filter-primitive.cpp index f418bcb4e..1f314c827 100644 --- a/src/object/filters/sp-filter-primitive.cpp +++ b/src/object/filters/sp-filter-primitive.cpp @@ -17,7 +17,7 @@ #include #endif -#include +#include #include "sp-filter-primitive.h" diff --git a/src/object/sp-filter.cpp b/src/object/sp-filter.cpp index 5668061ba..eaddfdcbf 100644 --- a/src/object/sp-filter.cpp +++ b/src/object/sp-filter.cpp @@ -20,7 +20,7 @@ #include "sp-filter.h" #include -#include +#include #include diff --git a/src/object/sp-hatch-path.h b/src/object/sp-hatch-path.h index ca00ae79d..228628f2e 100644 --- a/src/object/sp-hatch-path.h +++ b/src/object/sp-hatch-path.h @@ -16,7 +16,7 @@ #define SEEN_SP_HATCH_PATH_H #include -#include +#include #include #include diff --git a/src/object/sp-hatch.h b/src/object/sp-hatch.h index fc978a74d..f8baf6bfb 100644 --- a/src/object/sp-hatch.h +++ b/src/object/sp-hatch.h @@ -16,7 +16,7 @@ #define SEEN_SP_HATCH_H #include -#include +#include #include #include diff --git a/src/object/sp-object.h b/src/object/sp-object.h index 3b083761e..cffa28d2f 100644 --- a/src/object/sp-object.h +++ b/src/object/sp-object.h @@ -52,7 +52,7 @@ class SPObject; #define SP_OBJECT_WRITE_NO_CHILDREN (1 << 3) #include -#include +#include #include #include #include diff --git a/src/object/sp-pattern.h b/src/object/sp-pattern.h index dd590280e..4f37e9a2b 100644 --- a/src/object/sp-pattern.h +++ b/src/object/sp-pattern.h @@ -14,7 +14,7 @@ #define SEEN_SP_PATTERN_H #include -#include +#include #include #include diff --git a/src/object/sp-tag-use-reference.h b/src/object/sp-tag-use-reference.h index c7a193d42..50035ab70 100644 --- a/src/object/sp-tag-use-reference.h +++ b/src/object/sp-tag-use-reference.h @@ -9,7 +9,7 @@ * Released under GNU GPL, read the file 'COPYING' for more information. */ -#include +#include #include #include diff --git a/src/object/sp-tag-use.h b/src/object/sp-tag-use.h index 122f11efe..4d354f4ce 100644 --- a/src/object/sp-tag-use.h +++ b/src/object/sp-tag-use.h @@ -13,7 +13,7 @@ */ #include -#include +#include #include #include "svg/svg-length.h" #include "sp-object.h" -- cgit v1.2.3