diff options
Diffstat (limited to 'src/heretic/r_bsp.c')
-rw-r--r-- | src/heretic/r_bsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/r_bsp.c b/src/heretic/r_bsp.c index 58219c56..be9ef769 100644 --- a/src/heretic/r_bsp.c +++ b/src/heretic/r_bsp.c @@ -22,8 +22,8 @@ //----------------------------------------------------------------------------- // R_bsp.c -#include "DoomDef.h" -#include "R_local.h" +#include "doomdef.h" +#include "r_local.h" seg_t *curline; side_t *sidedef; |