[neurun] Remove unused inclusion in Executor.cc (#4615)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 7 Mar 2019 00:57:34 +0000 (09:57 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 7 Mar 2019 00:57:34 +0000 (09:57 +0900)
Remove unused header inclusion in `Executor.cc`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/exec/Executor.cc

index 6bb80ac..8fbbd2f 100644 (file)
@@ -18,8 +18,6 @@
 
 #include "backend/BackendManager.h"
 #include "backend/interface/IConfig.h"
-#include "compiler/BackendResolver.h"
-#include "compiler/TensorInfo.h"
 #include "backend/interface/operand/ITensor.h"
 #include "graph/operand/LowerInfo.h"