From 3574ef838b7926ceea41372efbd096efa1194d8e Mon Sep 17 00:00:00 2001 From: Ben Payne Date: Tue, 6 Jan 2015 00:42:09 -0500 Subject: [PATCH] Fix erroneous include guards --- Engine/source/T3D/turret/turretShape.h | 2 +- Engine/source/forest/ts/tsForestCellBatch.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine/source/T3D/turret/turretShape.h b/Engine/source/T3D/turret/turretShape.h index 37af57ecf..7bc177eb6 100644 --- a/Engine/source/T3D/turret/turretShape.h +++ b/Engine/source/T3D/turret/turretShape.h @@ -23,7 +23,7 @@ #ifndef _TURRETSHAPE_H_ #define _TURRETSHAPE_H_ -#ifndef _SHAPEBASE_H_ +#ifndef _ITEM_H_ #include "T3D/item.h" #endif diff --git a/Engine/source/forest/ts/tsForestCellBatch.h b/Engine/source/forest/ts/tsForestCellBatch.h index a4c79d098..a2911addc 100644 --- a/Engine/source/forest/ts/tsForestCellBatch.h +++ b/Engine/source/forest/ts/tsForestCellBatch.h @@ -23,7 +23,7 @@ #ifndef _TSFORESTCELLBATCH_H_ #define _TSFORESTCELLBATCH_H_ -#ifndef _FORESTCELLBATCH_H_ +#ifndef _IMPOSTERRENDERMGR_H_ #include "renderInstance/renderImposterMgr.h" #endif #ifndef _FORESTCELLBATCH_H_