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

(R): Remove unused includes from GLSLCombiner.cpp

This commit is contained in:
Sergey Lipskiy 2013-11-28 09:53:19 +07:00
parent 3b06773f43
commit 772bff3cec

View File

@ -1,14 +1,5 @@
#ifndef __LINUX__
# include <windows.h>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#else
# include "winlnxdefs.h"
# include <stdlib.h> // malloc()
#endif
#include <assert.h>
#include <stdio.h>
#include "N64.h"
#include "OpenGL.h"
#include "Combiner.h"