From 399515c7a783f84b5c40c5e1733500b3d62bf634 Mon Sep 17 00:00:00 2001 From: firewave Date: Wed, 22 Jan 2020 13:31:52 +0100 Subject: use C++ library includes (nw) --- src/tools/chdman.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/tools/chdman.cpp') diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp index 153a4e34157..44e73083ff4 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -5,8 +5,8 @@ CHD compression frontend ****************************************************************************/ -#include // must be here otherwise issues with I64FMT in MINGW -#include +#include // must be stdio.h and here otherwise issues with I64FMT in MINGW +#include #include "osdcore.h" #include "corefile.h" @@ -17,11 +17,11 @@ #include "md5.h" #include "sha1.h" #include "vbiparse.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include -- cgit v1.2.3-70-g09d2