From ff130e2891b6691fdd2428c9b8c7f8b09120d39e Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 17 Jan 2020 11:47:42 +0000 Subject: Remove use of ArmNN.hpp from other public headers Also remove it from armnnSerializer and armnnUtils. In general code within Arm NN should only include exactly what it needs. This will help keep compile times down, and reduces the need for a complete rebuild when anything in the public headers changes. ArmNN.hpp should only be provided as a convenience for user code where the user doesn't know enough of the API to decide which specific headers they need. Signed-off-by: Matthew Bentham Change-Id: I4ffcaa7662af4f88a1babf2bf17d03da6f77d665 --- src/armnnUtils/QuantizeHelper.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/armnnUtils/QuantizeHelper.hpp') diff --git a/src/armnnUtils/QuantizeHelper.hpp b/src/armnnUtils/QuantizeHelper.hpp index a7f68c5ef0..061c459156 100644 --- a/src/armnnUtils/QuantizeHelper.hpp +++ b/src/armnnUtils/QuantizeHelper.hpp @@ -5,7 +5,6 @@ #pragma once -#include #include #include -- cgit v1.2.1