summaryrefslogtreecommitdiff
path: root/src/heretic/am_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/am_map.c')
-rw-r--r--src/heretic/am_map.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/heretic/am_map.c b/src/heretic/am_map.c
index d9daea4b..267ac009 100644
--- a/src/heretic/am_map.c
+++ b/src/heretic/am_map.c
@@ -23,10 +23,10 @@
// AM_map.c
-#include "DoomDef.h"
-#include "P_local.h"
-#include "AM_map.h"
-#include "AM_data.h"
+#include "doomdef.h"
+#include "p_local.h"
+#include "am_map.h"
+#include "am_data.h"
#include <stdio.h>
vertex_t KeyPoints[NUMKEYS];