commit 2b2abd2561d40154a61f332bfd89edf3f21a87c5
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Sep 8 00:37:02 2008 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Sep 8 00:37:02 2008 +0000
Remove unneeded doomstat.h include.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1214
---
src/net_gui.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/net_gui.c b/src/net_gui.c
index f85b6a48..cbbea09d 100644
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -28,7 +28,6 @@
#include <ctype.h>
#include "config.h"
-#include "doomstat.h"
#include "doomkeys.h"
#include "i_system.h"