Remove duplicated header inclusion (#3168)
authorPRAVEEN DORESWAMY NAIDU/System SW /SRI-Bangalore/Staff Engineer/삼성전자 <praveen.dn@samsung.com>
Tue, 16 Oct 2018 11:04:03 +0000 (16:34 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 16 Oct 2018 11:04:03 +0000 (20:04 +0900)
Multiple inclusions in the same file -<memory>
<cassert> present in model.h.

Signed-off-by: Praveen D N <praveen.dn@samsung.com>
runtimes/pure_arm_compute/src/internal/Model.cc
runtimes/pure_arm_compute/src/internal/Model.h

index b436d71..635a81f 100644 (file)
@@ -16,8 +16,6 @@
 
 #include "internal/Model.h"
 
-#include <cassert>
-
 namespace internal
 {
 namespace tflite
index df07203..5aae6fe 100644 (file)
@@ -209,8 +209,6 @@ private:
 } // namespace tflite
 } // namespace internal
 
-#include <memory>
-
 namespace internal
 {
 namespace tflite