Removing unnecessary included header files in NENormalization (#3621)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 20 Nov 2018 04:06:13 +0000 (09:36 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 20 Nov 2018 04:06:13 +0000 (13:06 +0900)
This patch will remove unnecessary headers included in src and runtime
of NENormalization.

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/runtime/NEON/functions/NENormalizationLayerEx.h
libs/ARMComputeEx/src/core/NEON/kernels/NENormalizationLayerExKernel.cpp
libs/ARMComputeEx/src/runtime/NEON/functions/NENormalizationLayerEx.cpp

index cb15f91..5703ae6 100644 (file)
 #include "arm_compute/core/NEON/kernels/NEFillBorderKernel.h"
 #include "arm_compute/core/NEON/kernels/NENormalizationLayerExKernel.h"
 #include "arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/IMemoryManager.h"
 #include "arm_compute/runtime/MemoryGroup.h"
-#include "arm_compute/runtime/Tensor.h"
-
-#include <memory>
 
 namespace arm_compute
 {
index 726121b..af65743 100644 (file)
  */
 #include "arm_compute/core/NEON/kernels/NENormalizationLayerExKernel.h"
 
-#include "arm_compute/core/Error.h"
 #include "arm_compute/core/Helpers.h"
 #include "arm_compute/core/NEON/NEFixedPoint.h"
 #include "arm_compute/core/NEON/NEMath.h"
-#include "arm_compute/core/TensorInfo.h"
-#include "arm_compute/core/Utils.h"
-#include "arm_compute/core/Validate.h"
-#include "arm_compute/core/Window.h"
 
 using namespace arm_compute;
 
index 6c0f234..baf6c4d 100644 (file)
  * limitations under the License.
  */
 #include "arm_compute/runtime/NEON/functions/NENormalizationLayerEx.h"
-
-#include "arm_compute/core/Error.h"
-#include "arm_compute/core/TensorInfo.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/core/Validate.h"
 #include "arm_compute/runtime/NEON/NEScheduler.h"
 
 using namespace arm_compute;