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/widgets/desktop-widget.h | 2 +- src/widgets/ege-adjustment-action.cpp | 2 +- src/widgets/ege-output-action.cpp | 2 +- src/widgets/ege-paint-def.cpp | 6 +++--- src/widgets/ink-comboboxentry-action.cpp | 2 +- src/widgets/sp-attribute-widget.h | 2 +- src/widgets/sp-color-selector.cpp | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h index 4744752dc..60b100028 100644 --- a/src/widgets/desktop-widget.h +++ b/src/widgets/desktop-widget.h @@ -17,7 +17,7 @@ #include "ui/view/view-widget.h" #include "ui/view/edit-widget-interface.h" -#include +#include #include #include <2geom/point.h> diff --git a/src/widgets/ege-adjustment-action.cpp b/src/widgets/ege-adjustment-action.cpp index ba120c310..5b71110b2 100644 --- a/src/widgets/ege-adjustment-action.cpp +++ b/src/widgets/ege-adjustment-action.cpp @@ -40,7 +40,7 @@ /* Note: this file should be kept compilable as both .cpp and .c */ #include -#include +#include #include #include diff --git a/src/widgets/ege-output-action.cpp b/src/widgets/ege-output-action.cpp index 847a4f0a1..929e8e5ea 100644 --- a/src/widgets/ege-output-action.cpp +++ b/src/widgets/ege-output-action.cpp @@ -39,7 +39,7 @@ /* Note: this file should be kept compilable as both .cpp and .c */ -#include +#include #include #include diff --git a/src/widgets/ege-paint-def.cpp b/src/widgets/ege-paint-def.cpp index aa51cf33a..8ed6bbfc5 100644 --- a/src/widgets/ege-paint-def.cpp +++ b/src/widgets/ege-paint-def.cpp @@ -38,12 +38,12 @@ #include -#include +#include #include #include #include -#include -#include +#include +#include #include #include diff --git a/src/widgets/ink-comboboxentry-action.cpp b/src/widgets/ink-comboboxentry-action.cpp index 5aace3f34..65f7d5831 100644 --- a/src/widgets/ink-comboboxentry-action.cpp +++ b/src/widgets/ink-comboboxentry-action.cpp @@ -24,7 +24,7 @@ */ #include -#include +#include #include #include diff --git a/src/widgets/sp-attribute-widget.h b/src/widgets/sp-attribute-widget.h index de1b95e9c..7aad9bdc7 100644 --- a/src/widgets/sp-attribute-widget.h +++ b/src/widgets/sp-attribute-widget.h @@ -20,7 +20,7 @@ #endif #include -#include +#include #include namespace Gtk { diff --git a/src/widgets/sp-color-selector.cpp b/src/widgets/sp-color-selector.cpp index 87051352f..f4931e5e9 100644 --- a/src/widgets/sp-color-selector.cpp +++ b/src/widgets/sp-color-selector.cpp @@ -7,7 +7,7 @@ #include #endif -#include +#include #include #include #include "sp-color-selector.h" -- cgit v1.2.3