aboutsummaryrefslogtreecommitdiff
path: root/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Utils.hpp')
-rw-r--r--Utils.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/Utils.hpp b/Utils.hpp
index a4402f25..812dfbd5 100644
--- a/Utils.hpp
+++ b/Utils.hpp
@@ -5,12 +5,11 @@
#pragma once
-#include "ArmnnDriver.hpp"
-
-#include <NeuralNetworks.h>
-
#include <armnn/ArmNN.hpp>
+
#include <CpuExecutor.h>
+#include <HalInterfaces.h>
+#include <NeuralNetworks.h>
#include <boost/format.hpp>
#include <log/log.h>
@@ -131,4 +130,4 @@ void ExportNetworkGraphToDotFile(const armnn::IOptimizedNetwork& optimizedNetwor
}
}
-}
+} // namespace armnn_driver \ No newline at end of file