diff options
Diffstat (limited to 'src/heretic/p_doors.c')
-rw-r--r-- | src/heretic/p_doors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/p_doors.c b/src/heretic/p_doors.c index 0bf28905..7598440e 100644 --- a/src/heretic/p_doors.c +++ b/src/heretic/p_doors.c @@ -23,8 +23,8 @@ // P_doors.c -#include "DoomDef.h" -#include "P_local.h" +#include "doomdef.h" +#include "p_local.h" #include "soundst.h" //================================================================== |