From ae47ff98757e03d9a4d9cc13141af5eaf7a0b2ad Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 13 Mar 2021 13:13:22 +0100 Subject: [PATCH] clang-tidy: run modernize-deprecated-headers --- core/hw/sh4/dyna/shil_canonical.h | 2 +- core/hw/sh4/modules/serial.cpp | 4 ++-- core/imgread/ioctl.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/hw/sh4/dyna/shil_canonical.h b/core/hw/sh4/dyna/shil_canonical.h index 9971e80e8..f03c82c6a 100644 --- a/core/hw/sh4/dyna/shil_canonical.h +++ b/core/hw/sh4/dyna/shil_canonical.h @@ -97,7 +97,7 @@ extern "C" f32 fipr_asm(float* fn, float* fm); #if SHIL_MODE==1 || SHIL_MODE==2 //only in structs we use the code :) -#include +#include #include "types.h" #include "shil.h" #include "decoder.h" diff --git a/core/hw/sh4/modules/serial.cpp b/core/hw/sh4/modules/serial.cpp index 3f9b987c1..504fe0cad 100644 --- a/core/hw/sh4/modules/serial.cpp +++ b/core/hw/sh4/modules/serial.cpp @@ -2,9 +2,9 @@ Dreamcast serial port. This is missing most of the functionality, but works for KOS (And thats all that uses it) */ -#include +#include +#include #include -#include #ifndef _WIN32 #include #include diff --git a/core/imgread/ioctl.cpp b/core/imgread/ioctl.cpp index 01e303087..019d81ade 100644 --- a/core/imgread/ioctl.cpp +++ b/core/imgread/ioctl.cpp @@ -3,7 +3,7 @@ #ifdef _WIN32 #include "common.h" -#include +#include #include #include