diff options
author | pixel <pixel> | 2007-03-27 17:03:33 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-03-27 17:03:33 +0000 |
commit | 03c01d3c83742a7823188387ad1a94b4dcbf4926 (patch) | |
tree | 9b1d17976da51f97cf2ecdf856e8613f2c7df354 /include | |
parent | 45e08ccde95c84932557701235558e72cdc95f1b (diff) |
Making LuaGL less dependent on SDL.
Diffstat (limited to 'include')
-rw-r--r-- | include/LuaGL.h | 3 |
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> |