diff options
Diffstat (limited to 'test/path-search-result.cpp')
-rw-r--r-- | test/path-search-result.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/path-search-result.cpp b/test/path-search-result.cpp index 3f9782b4..1ff90ad8 100644 --- a/test/path-search-result.cpp +++ b/test/path-search-result.cpp @@ -1,7 +1,7 @@ #include "app.hpp" #include "compat/assert.hpp" -#include "src/path-search-result.hpp" -#include "src/path-search-node.hpp" +#include "src/search-result.hpp" +#include "src/search-node.hpp" namespace floormat { |