IVGCVSW-1946: Remove armnn/src from the include paths
[platform/upstream/armnn.git] / src / backends / backendsCommon / BackendRegistry.hpp
similarity index 99%
rename from src/backends/BackendRegistry.hpp
rename to src/backends/backendsCommon/BackendRegistry.hpp
index 8f8ad37..ba2d26a 100644 (file)
@@ -4,9 +4,10 @@
 //
 #pragma once
 
-#include <armnn/Types.hpp>
-#include "RegistryCommon.hpp"
 #include "IBackendInternal.hpp"
+#include "RegistryCommon.hpp"
+
+#include <armnn/Types.hpp>
 
 namespace armnn
 {