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/trace/imagemap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trace/imagemap.cpp') diff --git a/src/trace/imagemap.cpp b/src/trace/imagemap.cpp index e2e97d5ec..1b5b4b791 100644 --- a/src/trace/imagemap.cpp +++ b/src/trace/imagemap.cpp @@ -1,4 +1,4 @@ -#include +#include #include "imagemap.h" -- cgit v1.2.3