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. --- texture.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'texture.cpp') diff --git a/texture.cpp b/texture.cpp index c8c5541..52ed861 100644 --- a/texture.cpp +++ b/texture.cpp @@ -1,7 +1,6 @@ -#include +#include #include #include "texture.h" -#include void Texture::bind() const { glBindTexture(GL_TEXTURE_2D, texture); -- cgit v1.2.3