summaryrefslogtreecommitdiff
path: root/src/heretic/p_floor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/p_floor.c')
-rw-r--r--src/heretic/p_floor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/p_floor.c b/src/heretic/p_floor.c
index 03798973..8a32b462 100644
--- a/src/heretic/p_floor.c
+++ b/src/heretic/p_floor.c
@@ -20,8 +20,8 @@
// 02111-1307, USA.
//
//-----------------------------------------------------------------------------
-#include "DoomDef.h"
-#include "P_local.h"
+#include "doomdef.h"
+#include "p_local.h"
#include "soundst.h"
//==================================================================