From: PRAVEEN DORESWAMY NAIDU/System SW /SRI-Bangalore/Staff Engineer/삼성전자 Date: Tue, 16 Oct 2018 11:04:03 +0000 (+0530) Subject: Remove duplicated header inclusion (#3168) X-Git-Tag: 0.3~612 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8ca952a285dfd20d4365fc4aa238241331afcbd8;p=platform%2Fcore%2Fml%2Fnnfw.git Remove duplicated header inclusion (#3168) Multiple inclusions in the same file - present in model.h. Signed-off-by: Praveen D N --- diff --git a/runtimes/pure_arm_compute/src/internal/Model.cc b/runtimes/pure_arm_compute/src/internal/Model.cc index b436d71..635a81f 100644 --- a/runtimes/pure_arm_compute/src/internal/Model.cc +++ b/runtimes/pure_arm_compute/src/internal/Model.cc @@ -16,8 +16,6 @@ #include "internal/Model.h" -#include - namespace internal { namespace tflite diff --git a/runtimes/pure_arm_compute/src/internal/Model.h b/runtimes/pure_arm_compute/src/internal/Model.h index df07203..5aae6fe 100644 --- a/runtimes/pure_arm_compute/src/internal/Model.h +++ b/runtimes/pure_arm_compute/src/internal/Model.h @@ -209,8 +209,6 @@ private: } // namespace tflite } // namespace internal -#include - namespace internal { namespace tflite