From 1c8d842bde012e8070ca36c3dfc60eb9a53d3b01 Mon Sep 17 00:00:00 2001 From: "Adrian.Conlon" Date: Fri, 9 Jun 2017 10:29:28 +0100 Subject: [PATCH] Tidy header usage a little. Signed-off-by: Adrian.Conlon --- LR35902/src/LR35902.vcxproj | 12 ++++-------- LR35902/src/LR35902.vcxproj.filters | 10 ---------- LR35902/src/stdafx.h | 15 --------------- 3 files changed, 4 insertions(+), 33 deletions(-) diff --git a/LR35902/src/LR35902.vcxproj b/LR35902/src/LR35902.vcxproj index aa9fd0b..29dbafd 100644 --- a/LR35902/src/LR35902.vcxproj +++ b/LR35902/src/LR35902.vcxproj @@ -70,16 +70,16 @@ - ..\inc;..\..\inc;C:\local\boost_1_64_0;C:\local\SDL2-2.0.5\include;$(IncludePath) + ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;C:\local\SDL2-2.0.5\include;$(IncludePath) + ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;C:\local\SDL2-2.0.5\include;$(IncludePath) + ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) - ..\inc;..\..\inc;C:\local\boost_1_64_0;C:\local\SDL2-2.0.5\include;$(IncludePath) + ..\inc;..\..\inc;C:\local\boost_1_64_0;$(IncludePath) @@ -137,16 +137,12 @@ true - - - - diff --git a/LR35902/src/LR35902.vcxproj.filters b/LR35902/src/LR35902.vcxproj.filters index 5400e33..bdd2b4b 100644 --- a/LR35902/src/LR35902.vcxproj.filters +++ b/LR35902/src/LR35902.vcxproj.filters @@ -9,21 +9,11 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;xsd - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - Header Files - - Header Files - Header Files diff --git a/LR35902/src/stdafx.h b/LR35902/src/stdafx.h index 15b7810..64d7726 100644 --- a/LR35902/src/stdafx.h +++ b/LR35902/src/stdafx.h @@ -20,18 +20,3 @@ #include #include - -#include - -#if SDL_BYTEORDER == SDL_LIL_ENDIAN -#define HOST_LITTLE_ENDIAN -#endif - -#if SDL_BYTEORDER == SDL_BIG_ENDIAN -#define HOST_BIG_ENDIAN -#endif - -#ifdef _MSC_VER -#pragma comment(lib, "SDL2.lib") -#pragma comment(lib, "SDL2main.lib") -#endif