aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 32e2a6febc..bdddd37a1c 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -4,13 +4,11 @@
//
#pragma once
-
-#include "BackendId.hpp"
-#include "Exceptions.hpp"
-
#include <array>
#include <functional>
#include <memory>
+#include "BackendId.hpp"
+#include "Exceptions.hpp"
namespace armnn
{