1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

(R): Remove # include "Resource.h" from gSP.cpp

This commit is contained in:
Sergey Lipskiy 2013-11-28 09:18:51 +07:00
parent b25ac3dfc5
commit 6f8095358f

View File

@ -17,9 +17,6 @@
#include "VI.h"
#include "FrameBuffer.h"
#include "DepthBuffer.h"
#ifndef __LINUX__
# include "Resource.h"
#endif // !__LINUX__
#ifdef DEBUG
extern u32 uc_crc, uc_dcrc;