From: 박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Tue, 23 Oct 2018 07:48:46 +0000 (+0900) Subject: [coco] Remove irrelevant includes from Instr.h (#1947) X-Git-Tag: nncc_backup~1485 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44edae62a4fcecb919235a4bd5d94607b3ffb817;p=platform%2Fcore%2Fml%2Fnnfw.git [coco] Remove irrelevant includes from Instr.h (#1947) This commit removes unused irrelevant includes at the bottom of "Instr.h". Signed-off-by: Jonghyun Park --- diff --git a/contrib/coco/core/include/coco/IR/Instr.h b/contrib/coco/core/include/coco/IR/Instr.h index 8cdf3b8..27e7508 100644 --- a/contrib/coco/core/include/coco/IR/Instr.h +++ b/contrib/coco/core/include/coco/IR/Instr.h @@ -193,9 +193,4 @@ private: } // namespace coco -// TODO Remove #include below -#include "coco/IR/FeatureObject.h" -#include "coco/IR/Use.h" -#include "coco/IR/Def.h" - #endif // __COCO_IR_INSTR_H__ diff --git a/contrib/coco/core/include/coco/IR/Instrs.h b/contrib/coco/core/include/coco/IR/Instrs.h index 0f08390..6411973 100644 --- a/contrib/coco/core/include/coco/IR/Instrs.h +++ b/contrib/coco/core/include/coco/IR/Instrs.h @@ -19,10 +19,13 @@ #include "coco/IR/Instr.h" +#include "coco/IR/ElemID.h" + #include "coco/IR/Bag.h" #include "coco/IR/Object.h" #include "coco/IR/Def.h" +#include "coco/IR/Use.h" #include "coco/IR/Read.h" #include "coco/IR/Update.h" diff --git a/contrib/coco/core/include/coco/IR/ObjectManager.h b/contrib/coco/core/include/coco/IR/ObjectManager.h index e23abbb..c07901a 100644 --- a/contrib/coco/core/include/coco/IR/ObjectManager.h +++ b/contrib/coco/core/include/coco/IR/ObjectManager.h @@ -19,7 +19,7 @@ #include "coco/IR/Object.h" #include "coco/IR/FeatureShape.h" -#include "coco/IR/FeatureObject.forward.h" +#include "coco/IR/FeatureObject.h" #include "coco/IR/KernelObject.forward.h" #include "coco/IR/EntityBuilder.h"