- Fixed up SDL include lines to be more standard

This commit is contained in:
Rob Pearce 2006-04-07 13:45:21 +00:00
parent f0c35ad57a
commit e36767c409
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@
#include <math.h>
#include <SDL/SDL.h>
#include <SDL/SDL_ttf.h>
#include <SDL/SDL_keysym.h>
#include <SDL.h>
#include <SDL_ttf.h>
#include <SDL_keysym.h>
#include "netmapr.h"
#include "constants.h"