aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/system_tests/common/LeNet5.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/system_tests/common/LeNet5.h')
-rw-r--r--tests/benchmark/system_tests/common/LeNet5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/benchmark/system_tests/common/LeNet5.h b/tests/benchmark/system_tests/common/LeNet5.h
index db34f6813a..cca1bbf3f3 100644
--- a/tests/benchmark/system_tests/common/LeNet5.h
+++ b/tests/benchmark/system_tests/common/LeNet5.h
@@ -24,8 +24,8 @@
#ifndef __ARM_COMPUTE_TEST_BENCHMARK_LENET5_H__
#define __ARM_COMPUTE_TEST_BENCHMARK_LENET5_H__
-#include "TensorLibrary.h"
-#include "Utils.h"
+#include "tests/TensorLibrary.h"
+#include "tests/Utils.h"
#include "benchmark/Profiler.h"
#include "benchmark/WallClockTimer.h"
@@ -79,4 +79,4 @@ public:
} // namespace benchmark
} // namespace test
} // namespace arm_compute
-#endif //__ARM_COMPUTE_TEST_BENCHMARK_LENET5_H__
+#endif