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

(R): remove #include <windows.h> from Textures.cpp and Combiner.cpp

This commit is contained in:
Sergey Lipskiy 2013-11-29 12:16:38 +07:00
parent d1b871f57a
commit eb30130f12
2 changed files with 0 additions and 10 deletions

View File

@ -1,8 +1,3 @@
#ifndef __LINUX__
# include <windows.h>
#else
# include "winlnxdefs.h"
#endif // __LINUX__
#include "OpenGL.h"
#include "Combiner.h"
#include "GLSLCombiner.h"

View File

@ -1,8 +1,3 @@
#ifndef __LINUX__
# include <windows.h>
#else
# include "winlnxdefs.h"
#endif
#include <memory.h>
#include "OpenGL.h"
#include "Textures.h"