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/debug/demangle.cpp | 4 ++-- src/debug/simple-event.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/debug') diff --git a/src/debug/demangle.cpp b/src/debug/demangle.cpp index 04fe80d9b..a5f868a76 100644 --- a/src/debug/demangle.cpp +++ b/src/debug/demangle.cpp @@ -9,8 +9,8 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include -#include +#include +#include #include #include "debug/demangle.h" #include "util/format.h" diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h index 7f7f7614d..7870ca0d1 100644 --- a/src/debug/simple-event.h +++ b/src/debug/simple-event.h @@ -12,7 +12,7 @@ #ifndef SEEN_INKSCAPE_DEBUG_SIMPLE_EVENT_H #define SEEN_INKSCAPE_DEBUG_SIMPLE_EVENT_H -#include +#include #include #include // g_assert() -- cgit v1.2.3