[neurun] Remove unused header inclusions (#4730)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 14 Mar 2019 05:56:45 +0000 (14:56 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 14 Mar 2019 05:56:45 +0000 (14:56 +0900)
Remove unused header inclusions which causes unnecessary coupling.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/frontend/nnapi/frontend/wrapper/model.cc
runtimes/neurun/src/compiler/Compiler.h

index d1a4155..c845251 100644 (file)
@@ -17,7 +17,6 @@
 #include "model.h"
 #include "OperationFactory.h"
 
-#include "graph/Graph.h"
 #include "model/operation/Node.Include.h"
 #include "util/logging.h"
 #include "util/NNAPIConvert.h"
index 6899ac2..83d9df8 100644 (file)
@@ -23,7 +23,6 @@
 #define __NEURUN_COMPILER_COMPILE_H_
 
 #include "graph/Graph.h"
-#include "Plan.h"
 #include "exec/IExecutor.h"
 
 namespace neurun