]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Removed some commented code that isn't coming back.
[lugaru.git] / Source / OpenGL_Windows.cpp
index 5ecb3c1977ea1769f07781dac938a872f2b8ea28..b1e158cb03f6feb24e6a733ec0b91f81e3168591 100644 (file)
@@ -19,12 +19,6 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
-/* No need for Visual Leak Detector
-#ifdef WIN32
-#include <vld.h>
-#endif
-*/
-
 #define USE_DEVIL 0
 
 #ifndef USE_DEVIL
@@ -41,12 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #else
 
        #include "Game.h"
-       #include <zlib.h>
-       #include <png.h>
-       #include <jpeglib.h>
        extern "C" {
                #include "zlib.h"
-                       #include "png.h"
+               #include "png.h"
                #include "jpeglib.h"
        }