aboutsummaryrefslogtreecommitdiff
path: root/1.1
diff options
context:
space:
mode:
Diffstat (limited to '1.1')
-rw-r--r--1.1/ArmnnDriver.hpp4
-rw-r--r--1.1/HalPolicy.hpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/1.1/ArmnnDriver.hpp b/1.1/ArmnnDriver.hpp
index ef8bca8a..2548c8ac 100644
--- a/1.1/ArmnnDriver.hpp
+++ b/1.1/ArmnnDriver.hpp
@@ -7,7 +7,7 @@
#include <HalInterfaces.h>
-#include "ArmnnDevice.hpp"
+#include "../ArmnnDevice.hpp"
#include "ArmnnDriverImpl.hpp"
#include "HalPolicy.hpp"
@@ -114,4 +114,4 @@ public:
};
} // namespace hal_1_1
-} // namespace armnn_driver \ No newline at end of file
+} // namespace armnn_driver
diff --git a/1.1/HalPolicy.hpp b/1.1/HalPolicy.hpp
index 5efe813b..af858781 100644
--- a/1.1/HalPolicy.hpp
+++ b/1.1/HalPolicy.hpp
@@ -5,7 +5,7 @@
#pragma once
-#include "ConversionUtils.hpp"
+#include "../ConversionUtils.hpp"
#include <HalInterfaces.h>