summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-02-21 09:50:27 +0900
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-02-21 09:50:27 +0900
commite837f211d815d8207fdb421cb349380bd31ba41c (patch)
tree432ca23c46a3c0f8fc3564124699543f340cad4b
parent8b70a49638e7bb0c55942cbdd881cff2fb08596a (diff)
downloadnnfw-e837f211d815d8207fdb421cb349380bd31ba41c.tar.gz
nnfw-e837f211d815d8207fdb421cb349380bd31ba41c.tar.bz2
nnfw-e837f211d815d8207fdb421cb349380bd31ba41c.zip
Remove useless include in frontend (#4451)
* Remove useless include in frontend Remove deprecated or duplicated include in frontend Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com> * Recover including NeuralNetworks.h and NeuralNetworksEx.h
-rw-r--r--runtimes/neurun/src/frontend/model.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtimes/neurun/src/frontend/model.cc b/runtimes/neurun/src/frontend/model.cc
index 976b3629e..495e58d94 100644
--- a/runtimes/neurun/src/frontend/model.cc
+++ b/runtimes/neurun/src/frontend/model.cc
@@ -17,16 +17,10 @@
#include <NeuralNetworks.h>
#include <NeuralNetworksEx.h>
-#include <cassert>
-#include <stdexcept>
#include <new>
-#include "cpp14/memory.h"
-
-#include "graph/Graph.h"
#include "frontend/wrapper/model.h"
#include "frontend/wrapper/memory.h"
-#include "util/NNAPIConvert.h"
#include "util/logging.h"
int ANeuralNetworksModel_create(ANeuralNetworksModel **model)