[Filter/TFLite] refine the headers
authorHyoung Joo Ahn <hello.ahn@samsung.com>
Mon, 25 Mar 2019 05:20:02 +0000 (14:20 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 25 Mar 2019 05:36:23 +0000 (14:36 +0900)
relocate headers at proper position and remove useless headers

Signed-off-by: Hyoung Joo Ahn <hello.ahn@samsung.com>
ext/nnstreamer/tensor_filter/tensor_filter_tensorflow_lite_core.h

index cfb2e45..6b8304d 100644 (file)
 #define TENSOR_FILTER_TENSORFLOW_LITE_CORE_H
 
 #include <tensor_typedef.h>
+#include <glib.h>
+#include <gst/gst.h>
 
 #ifdef __cplusplus
 #include <iostream>
-#include <glib.h>
-#include <gst/gst.h>
 
 #include <tensorflow/contrib/lite/model.h>
-#include <tensorflow/contrib/lite/optional_debug_tools.h>
-#include <tensorflow/contrib/lite/string_util.h>
 #include <tensorflow/contrib/lite/kernels/register.h>
 
 /**