From 439a4b158b47c635100b0006470a7ed1e44e29f3 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Sep 2008 20:06:14 +0000 Subject: Remove includes of doomdef.h where possible, move generic parts into top level. Subversion-branch: /branches/raven-branch Subversion-revision: 1204 --- src/net_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net_common.c') diff --git a/src/net_common.c b/src/net_common.c index 5af6aaa7..80545a91 100644 --- a/src/net_common.c +++ b/src/net_common.c @@ -24,7 +24,7 @@ #include #include -#include "doomdef.h" +#include "doomtype.h" #include "i_timer.h" #include "net_common.h" -- cgit v1.2.3