From 4da8b1a3b7e52600965f7cac74949472d438ea4f Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 27 Dec 2016 13:04:07 +0100 Subject: [PATCH] - delete r_ headers from portal.cpp. --- src/portal.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/portal.cpp b/src/portal.cpp index 121b05e19f..0a21f19149 100644 --- a/src/portal.cpp +++ b/src/portal.cpp @@ -40,8 +40,6 @@ #include "p_local.h" #include "p_blockmap.h" #include "p_lnspec.h" -#include "r_bsp.h" -#include "r_segs.h" #include "c_cvars.h" #include "m_bbox.h" #include "p_tags.h"