diff options
author | Simon Howard | 2007-06-04 18:35:51 +0000 |
---|---|---|
committer | Simon Howard | 2007-06-04 18:35:51 +0000 |
commit | 678a2cde3011306a1bc64e6449bb31fa13f91f39 (patch) | |
tree | 5cf3dba2a47ae67329a8e3591ed83fbcacc509fb | |
parent | c6ec23508a90ad2888dd09b9ad8c5e62cf69e76a (diff) | |
download | chocolate-doom-678a2cde3011306a1bc64e6449bb31fa13f91f39.tar.gz chocolate-doom-678a2cde3011306a1bc64e6449bb31fa13f91f39.tar.bz2 chocolate-doom-678a2cde3011306a1bc64e6449bb31fa13f91f39.zip |
Remove unneeded SDL.h include.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 895
-rw-r--r-- | setup/sound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup/sound.c b/setup/sound.c index 327c5006..6cc3970d 100644 --- a/setup/sound.c +++ b/setup/sound.c @@ -23,7 +23,6 @@ #include <stdlib.h> -#include "SDL.h" #include "textscreen.h" #include "sound.h" |