summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
authorSimon Howard2007-03-27 11:40:04 +0000
committerSimon Howard2007-03-27 11:40:04 +0000
commit6a36c84b15cf506bcebdf7f35073a5a7bddef3dc (patch)
tree8e4f68164cd299bf5f719ad21107c941b18c2e2c /textscreen
parentebbb382f50ba405db5c21d5215b36e50e33300ee (diff)
downloadchocolate-doom-6a36c84b15cf506bcebdf7f35073a5a7bddef3dc.tar.gz
chocolate-doom-6a36c84b15cf506bcebdf7f35073a5a7bddef3dc.tar.bz2
chocolate-doom-6a36c84b15cf506bcebdf7f35073a5a7bddef3dc.zip
<SDL.h> -> "SDL.h"
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 866
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_main.c2
-rw-r--r--textscreen/txt_main.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/textscreen/txt_main.c b/textscreen/txt_main.c
index ee8b7a2d..edccd704 100644
--- a/textscreen/txt_main.c
+++ b/textscreen/txt_main.c
@@ -24,7 +24,7 @@
//
//-----------------------------------------------------------------------------
-#include <SDL.h>
+#include "SDL.h"
#include <ctype.h>
#include <stdlib.h>
diff --git a/textscreen/txt_main.h b/textscreen/txt_main.h
index b693bce0..c6a9cc72 100644
--- a/textscreen/txt_main.h
+++ b/textscreen/txt_main.h
@@ -30,7 +30,7 @@
// The textscreen API itself doesn't need SDL; however, SDL needs its
// headers included where main() is defined.
-#include <SDL.h>
+#include "SDL.h"
// Special keypress values that correspond to mouse button clicks
//