foxygit / doom Log in
commit 678a2cde3011306a1bc64e6449bb31fa13f91f39
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Jun 4 18:35:51 2007 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Jun 4 18:35:51 2007 +0000

    Remove unneeded SDL.h include.

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 895
---
 setup/sound.c | 1 -
 1 file changed, 1 deletion(-)

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"