Remove unused headers from Unpack op in internal/layers (#3906)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Fri, 7 Dec 2018 01:20:10 +0000 (06:50 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Fri, 7 Dec 2018 01:20:10 +0000 (10:20 +0900)
This patch will remove unused headers included in Unpack
related files in internal/layers

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.cc
runtimes/pure_arm_compute/src/internal/layers/SimpleUnpackLayer.h

index 8dde475..d96bbfd 100644 (file)
@@ -1,5 +1,4 @@
 #include "internal/arm_compute.h"
-#include "internal/Swizzle.h"
 #include "SimpleUnpackLayer.h"
 
 void SimpleUnpackLayer::configure(::arm_compute::ICLTensor *input,
index f2a78d2..a03765d 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __UNPACK_LAYER_H__
 #define __UNPACK_LAYER_H__
 
-#include <arm_compute/runtime/Tensor.h>
 #include <arm_compute/runtime/CL/CLTensor.h>
 #include <arm_compute/runtime/CL/CLSubTensor.h>
 #include <arm_compute/runtime/CL/functions/CLReshapeLayer.h>