[exo] Remove unused stdex header (#8952)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 14 Nov 2019 23:45:04 +0000 (08:45 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 14 Nov 2019 23:45:04 +0000 (08:45 +0900)
This commit removes unused stdex header for exo conversions.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/exo/src/Conversion/AvgPool2DConverter.cpp
compiler/exo/src/Conversion/Conv2DConverter.cpp
compiler/exo/src/Conversion/DepthwiseConv2DConverter.cpp
compiler/exo/src/Conversion/MaxPool2DConverter.cpp

index 32cddaf..c812017 100644 (file)
@@ -25,8 +25,6 @@
 #include <loco/Service/TypeInference.h>
 #include <loco/Service/ShapeInference.h>
 
-#include <stdex/Memory.h>
-
 namespace exo
 {
 /**
index cd1d027..2fc0387 100644 (file)
@@ -25,8 +25,6 @@
 #include <loco/Service/TypeInference.h>
 #include <loco/Service/ShapeInference.h>
 
-#include <stdex/Memory.h>
-
 namespace
 {