Fix erroneous include guards

This commit is contained in:
Ben Payne 2015-01-06 00:42:09 -05:00
parent 33a0579735
commit 3574ef838b
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#ifndef _TURRETSHAPE_H_ #ifndef _TURRETSHAPE_H_
#define _TURRETSHAPE_H_ #define _TURRETSHAPE_H_
#ifndef _SHAPEBASE_H_ #ifndef _ITEM_H_
#include "T3D/item.h" #include "T3D/item.h"
#endif #endif

View file

@ -23,7 +23,7 @@
#ifndef _TSFORESTCELLBATCH_H_ #ifndef _TSFORESTCELLBATCH_H_
#define _TSFORESTCELLBATCH_H_ #define _TSFORESTCELLBATCH_H_
#ifndef _FORESTCELLBATCH_H_ #ifndef _IMPOSTERRENDERMGR_H_
#include "renderInstance/renderImposterMgr.h" #include "renderInstance/renderImposterMgr.h"
#endif #endif
#ifndef _FORESTCELLBATCH_H_ #ifndef _FORESTCELLBATCH_H_