Merge pull request #1096 from bpay/fix-include-guards

Fix include guards
This commit is contained in:
Luis Anton Rebollo 2015-01-24 23:02:13 +01:00
commit ea0e3fd683
6 changed files with 22 additions and 3 deletions

View file

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