summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-03-27 17:03:33 +0000
committerpixel <pixel>2007-03-27 17:03:33 +0000
commit03c01d3c83742a7823188387ad1a94b4dcbf4926 (patch)
tree9b1d17976da51f97cf2ecdf856e8613f2c7df354 /include
parent45e08ccde95c84932557701235558e72cdc95f1b (diff)
Making LuaGL less dependent on SDL.
Diffstat (limited to 'include')
-rw-r--r--include/LuaGL.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/LuaGL.h b/include/LuaGL.h
index 5caeb0c..d6e22c5 100644
--- a/include/LuaGL.h
+++ b/include/LuaGL.h
@@ -25,9 +25,6 @@
#ifndef __LUAGL_H__
#define __LUAGL_H__
-#include <SDL.h>
-#include <SDL_opengl.h>
-
#include <Exceptions.h>
#include <BLua.h>