[coco] Remove irrelevant includes from Instr.h (#1947)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 23 Oct 2018 07:48:46 +0000 (16:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 23 Oct 2018 07:48:46 +0000 (16:48 +0900)
This commit removes unused irrelevant includes at the bottom of "Instr.h".

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Instr.h
contrib/coco/core/include/coco/IR/Instrs.h
contrib/coco/core/include/coco/IR/ObjectManager.h

index 8cdf3b8..27e7508 100644 (file)
@@ -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__
index 0f08390..6411973 100644 (file)
 
 #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"
 
index e23abbb..c07901a 100644 (file)
@@ -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"