Nuke SDL/SDL.h include, replace with SDL.h

This commit is contained in:
Jeff Teunissen 2000-12-08 04:48:47 +00:00
parent 6f9f734bd5
commit 9aa60bc5f9

View file

@ -25,17 +25,12 @@
$Id$ $Id$
*/ */
// Some of this may not work. I'm not overly familiar with SDL, I just sort
// of podged this together from the SDL headers, and the other cd-rom code.
// -- Mark Baker <homer1@together.net>
#include <SDL/SDL.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include <config.h> # include "config.h"
#endif #endif
#include <SDL.h>
#include <windows.h> #include <windows.h>
#include "qargs.h" #include "qargs.h"
#include "console.h" #include "console.h"