[nnsuite] Remove unused includes (#2656)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 13 Dec 2018 08:26:09 +0000 (17:26 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 13 Dec 2018 08:26:09 +0000 (17:26 +0900)
This commit removes unused includes from nnsuite code.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnsuite/conv/nnkit-caffe/ConvBackend.test.cpp
contrib/nnsuite/conv/nnkit-tflite/ConvBackend.test.cpp

index 9bdafd9..776bf18 100644 (file)
@@ -23,8 +23,6 @@
 #include <nncc/core/ADT/tensor/LexicalLayout.h>
 #include <nncc/core/ADT/tensor/IndexEnumerator.h>
 
-#include <nncc/foundation/math/Float.h>
-
 #include <morph/caffe.h>
 
 #include <gtest/gtest.h>
index f4d30db..db82f0c 100644 (file)
@@ -23,8 +23,6 @@
 #include <nncc/core/ADT/tensor/LexicalLayout.h>
 #include <nncc/core/ADT/tensor/IndexEnumerator.h>
 
-#include <nncc/foundation/math/Float.h>
-
 #include <gtest/gtest.h>
 
 using namespace nncc::core::ADT;