summaryrefslogtreecommitdiff
path: root/src/strife/r_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/r_main.c')
-rw-r--r--src/strife/r_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strife/r_main.c b/src/strife/r_main.c
index 0a8a639b..0d60b332 100644
--- a/src/strife/r_main.c
+++ b/src/strife/r_main.c
@@ -37,7 +37,6 @@
#include "doomdef.h"
#include "doomstat.h" // villsa [STRIFE]
#include "d_main.h"
-#include "d_net.h"
#include "m_bbox.h"
#include "m_menu.h"
@@ -951,4 +950,3 @@ void R_RenderPlayerView (player_t* player)
// Check for new console commands.
NetUpdate ();
}
-