aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ILayerVisitor.hpp
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-03-25 17:37:47 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2019-03-25 17:38:48 +0000
commit313e1c883f655d87e1709091f5812846f04c9af1 (patch)
tree4cdfd5c8096ee4e5086912360b1791e5f1a033da /include/armnn/ILayerVisitor.hpp
parent47bfac4caf5d02b22ed5233058f2eb10e9c173ed (diff)
downloadarmnn-313e1c883f655d87e1709091f5812846f04c9af1.tar.gz
IVGCVSW-2882 Fix include order in armnn public headers
Change-Id: I111eab934824348f5e9c1d1384be5a24546dc19a Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Diffstat (limited to 'include/armnn/ILayerVisitor.hpp')
-rw-r--r--include/armnn/ILayerVisitor.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/ILayerVisitor.hpp b/include/armnn/ILayerVisitor.hpp
index c0350d253a..ce09246d07 100644
--- a/include/armnn/ILayerVisitor.hpp
+++ b/include/armnn/ILayerVisitor.hpp
@@ -4,8 +4,8 @@
//
#pragma once
-#include <armnn/NetworkFwd.hpp>
#include <armnn/DescriptorsFwd.hpp>
+#include <armnn/NetworkFwd.hpp>
#include <armnn/Optional.hpp>
#include <armnn/TensorFwd.hpp>
#include <armnn/Types.hpp>
@@ -321,4 +321,4 @@ public:
const char* name = nullptr) = 0;
};
-} // namespace armnn \ No newline at end of file
+} // namespace armnn