aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2020-01-15 17:55:08 +0000
committerMatthew Bentham <Matthew.Bentham@arm.com>2020-01-16 09:19:56 +0000
commitf48afc6c385cda14e34b0121e02adcb853dedc87 (patch)
tree6b8272fda843d339609907f4fb5ed33c7009af40 /include
parentd3a07830771ac6ea0ce3a4d12bfb473cd9a5565d (diff)
downloadarmnn-f48afc6c385cda14e34b0121e02adcb853dedc87.tar.gz
Remove Logging.hpp from ArmNN.hpp
Logging.hpp is mainly useful for raising Arm NN log messages. There's very little point in automatically including it for users of the library via the ArmNN.hpp convenience header. Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: I71fb3188dc0b30c1bbc86a31996470c707d38c19
Diffstat (limited to 'include')
-rw-r--r--include/armnn/ArmNN.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/armnn/ArmNN.hpp b/include/armnn/ArmNN.hpp
index 119520b7c9..b18f14c8b7 100644
--- a/include/armnn/ArmNN.hpp
+++ b/include/armnn/ArmNN.hpp
@@ -9,7 +9,6 @@
#include "Exceptions.hpp"
#include "INetwork.hpp"
#include "IRuntime.hpp"
-#include "Logging.hpp"
#include "LstmParams.hpp"
#include "Optional.hpp"
#include "QuantizedLstmParams.hpp"