summaryrefslogtreecommitdiff
path: root/src/heretic/p_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/p_setup.c')
-rw-r--r--src/heretic/p_setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/p_setup.c b/src/heretic/p_setup.c
index 35797fbe..7e775ce8 100644
--- a/src/heretic/p_setup.c
+++ b/src/heretic/p_setup.c
@@ -25,8 +25,8 @@
#include <math.h>
#include <stdlib.h>
-#include "DoomDef.h"
-#include "P_local.h"
+#include "doomdef.h"
+#include "p_local.h"
#include "soundst.h"
void P_SpawnMapThing(mapthing_t * mthing);