diff options
author | Simon Howard | 2008-01-20 00:22:47 +0000 |
---|---|---|
committer | Simon Howard | 2008-01-20 00:22:47 +0000 |
commit | 764f451cdfb04676e0067eb5c446b4055545438a (patch) | |
tree | b39eeb321a08799fb4b660726f569cff321d9b44 | |
parent | afd49cf2c6215c0b8a0590ccfc6ad2779e33157c (diff) | |
download | chocolate-doom-764f451cdfb04676e0067eb5c446b4055545438a.tar.gz chocolate-doom-764f451cdfb04676e0067eb5c446b4055545438a.tar.bz2 chocolate-doom-764f451cdfb04676e0067eb5c446b4055545438a.zip |
Revert doomdef.h include added to pcsound.c.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1003
-rw-r--r-- | pcsound/pcsound.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c index 2be75435..3e6c3ae9 100644 --- a/pcsound/pcsound.c +++ b/pcsound/pcsound.c @@ -27,7 +27,6 @@ #include <stdlib.h> #include <string.h> -#include "doomdef.h" #include "config.h" #include "pcsound.h" #include "pcsound_internal.h" |