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

(R): Remove unused includes from N64.cpp

This commit is contained in:
Sergey Lipskiy 2013-11-28 09:20:25 +07:00
parent 6f8095358f
commit 792099de6a

View File

@ -1,10 +1,4 @@
#ifndef __LINUX__
# include <windows.h>
#else
# include "winlnxdefs.h"
#endif // __LINUX__
#include "N64.h"
#include "Types.h"
u8 *DMEM;
u8 *IMEM;