From 313e1c883f655d87e1709091f5812846f04c9af1 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Mon, 25 Mar 2019 17:37:47 +0000 Subject: IVGCVSW-2882 Fix include order in armnn public headers Change-Id: I111eab934824348f5e9c1d1384be5a24546dc19a Signed-off-by: Matthew Bentham --- include/armnn/INetwork.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/armnn/INetwork.hpp') diff --git a/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp index a4dd0da25d..b61206fae1 100644 --- a/include/armnn/INetwork.hpp +++ b/include/armnn/INetwork.hpp @@ -4,12 +4,11 @@ // #pragma once -#include #include -#include -#include #include - +#include +#include +#include #include #include -- cgit v1.2.1