summaryrefslogtreecommitdiff
path: root/src/d_dedicated.c
diff options
context:
space:
mode:
authorSimon Howard2006-12-24 16:32:47 +0000
committerSimon Howard2006-12-24 16:32:47 +0000
commitfd1d07746f16e03cb7f07c0b57a8b373d0e144e9 (patch)
tree8dd38090a4f57511717675357329b7d45dc19f26 /src/d_dedicated.c
parent7dd79945d3717b2c2bd901198b1bb935d8513483 (diff)
downloadchocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.tar.gz
chocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.tar.bz2
chocolate-doom-fd1d07746f16e03cb7f07c0b57a8b373d0e144e9.zip
Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 805
Diffstat (limited to 'src/d_dedicated.c')
-rw-r--r--src/d_dedicated.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d_dedicated.c b/src/d_dedicated.c
index bdf1e30a..100c9b22 100644
--- a/src/d_dedicated.c
+++ b/src/d_dedicated.c
@@ -21,7 +21,6 @@
// Code specific to the standalone dedicated server.
//
-#include <SDL.h>
#include <stdlib.h>
#include <stdarg.h>