aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/LayerSupport.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2020-01-20 10:09:09 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2020-01-20 16:36:24 +0000
commit39ef3e595b8e0158875c0346855af5af679d78ad (patch)
tree392ac030c697b0e71b608a51e901e76e6bafcc99 /src/armnn/LayerSupport.cpp
parentff130e2891b6691fdd2428c9b8c7f8b09120d39e (diff)
downloadarmnn-39ef3e595b8e0158875c0346855af5af679d78ad.tar.gz
Remove use of ArmNN.hpp where it is unnecessary.
Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: I6c90eab1c6bad76d5c7b3bf094998fa4b454bcd1
Diffstat (limited to 'src/armnn/LayerSupport.cpp')
-rw-r--r--src/armnn/LayerSupport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/armnn/LayerSupport.cpp b/src/armnn/LayerSupport.cpp
index 2749d7bd7a..dac88385b1 100644
--- a/src/armnn/LayerSupport.cpp
+++ b/src/armnn/LayerSupport.cpp
@@ -15,7 +15,6 @@
#include <cstring>
#include <algorithm>
#include <unordered_map>
-#include <armnn/ArmNN.hpp>
namespace
{