[cus_op] remove unnecessary header dependency in nnfw_dev.hpp (#7209)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 5 Sep 2019 07:50:36 +0000 (16:50 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 5 Sep 2019 07:50:36 +0000 (16:50 +0900)
commitf1f9aee5ec02e60b2c7a60d861428675198ce60b
treeb646ef53fc2fb4cf5fd95c2045000eac8d880e4c
parent0334248f7d1f9cec4bcfd3317d3f95a2a4e4ea6b
[cus_op] remove unnecessary header dependency in nnfw_dev.hpp (#7209)

Move the include to implementation to remove depedencies.

Forwarding declarations are enough:
- Execution.h
- Graph.h
- CustomKernelRegistry.h

Unnecessary dependency:
- compiler/Compiler.h

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/neurun/frontend/api/wrapper/nnfw_api.cc
runtimes/neurun/frontend/api/wrapper/nnfw_api.hpp