From 6a127df564a9e02d154b8e8f6e930896e7199349 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 13 Mar 2016 20:06:51 +0100 Subject: WIN32: Cleanup header includes for AudioCD code. --- backends/audiocd/win32/win32-audiocd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'backends/audiocd') diff --git a/backends/audiocd/win32/win32-audiocd.cpp b/backends/audiocd/win32/win32-audiocd.cpp index eb9c472ff9..6c057efdb7 100644 --- a/backends/audiocd/win32/win32-audiocd.cpp +++ b/backends/audiocd/win32/win32-audiocd.cpp @@ -61,18 +61,17 @@ #include "common/str.h" #include "common/timer.h" +#include #if _MSC_VER < 1900 // WORKAROUND: Older versions of MSVC might not supply DDK headers by default. // Visual Studio 2015 contains the required headers. We use a compatability // header from MinGW's w32api for all older versions. // TODO: Limit this to the Visual Studio versions which actually require this. -#include #include "msvc/ntddcdrm.h" #elif defined(__MINGW32__) && !defined(__MINGW64__) // Classic MinGW uses non standard paths for DDK headers. #include #else -#include #include #endif -- cgit v1.2.3