Remove useless #include

This commit is contained in:
scribam 2018-08-31 17:02:18 +02:00 committed by Ivan
parent c2973d2b82
commit bf89b709cb
3 changed files with 0 additions and 6 deletions

View File

@ -4,8 +4,6 @@
#include "GLTexture.h" #include "GLTexture.h"
#include "GLTextureCache.h" #include "GLTextureCache.h"
#include "GLRenderTargets.h" #include "GLRenderTargets.h"
#include "restore_new.h"
#include "define_new_memleakdetect.h"
#include "GLProgramBuffer.h" #include "GLProgramBuffer.h"
#include "GLTextOut.h" #include "GLTextOut.h"
#include "GLOverlays.h" #include "GLOverlays.h"

View File

@ -20,8 +20,6 @@
#include "Utilities/geometry.h" #include "Utilities/geometry.h"
#include "Capture/rsx_trace.h" #include "Capture/rsx_trace.h"
#include "Capture/rsx_replay.h" #include "Capture/rsx_replay.h"
#include "restore_new.h"
#include "define_new_memleakdetect.h"
#include "Emu/Cell/lv2/sys_rsx.h" #include "Emu/Cell/lv2/sys_rsx.h"

View File

@ -6,8 +6,6 @@
#include "VKFormats.h" #include "VKFormats.h"
#include "VKTextOut.h" #include "VKTextOut.h"
#include "VKOverlays.h" #include "VKOverlays.h"
#include "restore_new.h"
#include "define_new_memleakdetect.h"
#include "VKProgramBuffer.h" #include "VKProgramBuffer.h"
#include "../GCM.h" #include "../GCM.h"
#include "../rsx_utils.h" #include "../rsx_utils.h"