Using <SDL.h> everywhere.

This commit is contained in:
evilynux 2007-02-02 06:35:30 +00:00
parent 393d4a02a5
commit 70754f7c5c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
//#include <libgen.h>
#include <unistd.h>
#include <SDL/SDL.h>
#include <SDL.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
#include <glade/glade.h>

View File

@ -34,7 +34,7 @@
#include <unistd.h>
#include <pthread.h>
#include "SDL.h"
#include <SDL.h>
#include <gtk/gtk.h>
#include "../MMU.h"