From bf4827f46f22b4df0fa2ddd6716fd59247f9e1bb Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 2 Oct 2010 01:52:19 +0200 Subject: Ported from SDL to SFML. --- shader.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'shader.h') diff --git a/shader.h b/shader.h index d4ad263..9048fe6 100644 --- a/shader.h +++ b/shader.h @@ -1,16 +1,10 @@ #ifndef _SHADER_H_ #define _SHADER_H_ -#include #include + #define GL_GLEXT_PROTOTYPES -#ifndef __APPLE__ -#include -#include -#else -#include -#include -#endif +#include class GLBaseShader { friend class GLShaderProgram; -- cgit v1.2.3