From f48afc6c385cda14e34b0121e02adcb853dedc87 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Wed, 15 Jan 2020 17:55:08 +0000 Subject: 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 Change-Id: I71fb3188dc0b30c1bbc86a31996470c707d38c19 --- include/armnn/ArmNN.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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" -- cgit v1.2.1