summaryrefslogtreecommitdiff
path: root/src/heretic/p_tick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/p_tick.c')
-rw-r--r--src/heretic/p_tick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/p_tick.c b/src/heretic/p_tick.c
index d6b57dcc..ea0a8e7a 100644
--- a/src/heretic/p_tick.c
+++ b/src/heretic/p_tick.c
@@ -23,8 +23,8 @@
// P_tick.c
-#include "DoomDef.h"
-#include "P_local.h"
+#include "doomdef.h"
+#include "p_local.h"
int leveltime;
int TimerGame;