net_sdlnet.c, pl_win.c, quakedef.h: fixed SDL header includes.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@4 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-02-15 23:33:12 +00:00
parent 02551d7719
commit dff23216cb
3 changed files with 4 additions and 8 deletions

View File

@ -24,11 +24,7 @@ Foundat(&addr->sa_dataion, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-
#include <winsock2.h>
#endif
#if defined(LINUX)
#include <SDL_net.h>
#else
#include <SDL_net/SDL_net.h>
#endif
#include "SDL_net.h"
#include "net_sdlnet.h"

View File

@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "quakedef.h"
#include <windows.h>
#include "SDL/SDL_syswm.h"
#include "SDL_syswm.h"
HICON icon;

View File

@ -212,8 +212,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "platform.h"
#include "SDL/SDL.h"
#include "SDL/SDL_opengl.h"
#include "SDL.h"
#include "SDL_opengl.h"
typedef struct
{