Skip to content

Commit 846eeca

Browse files
committed
remove relative includes from tests
1 parent c3d5a48 commit 846eeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/onhost_tests/env_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <string>
44
#include <vector>
55

6-
#include "../../../src/utility/Environment.hpp"
6+
#include <utility/Environment.hpp>
77

88
using namespace dai::utility;
99

0 commit comments

Comments
 (0)