summaryrefslogtreecommitdiffstats
path: root/main/tests/test_astar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_astar.cpp')
-rw-r--r--main/tests/test_astar.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/tests/test_astar.cpp b/main/tests/test_astar.cpp
index 0f034c78f7..8b48f075bc 100644
--- a/main/tests/test_astar.cpp
+++ b/main/tests/test_astar.cpp
@@ -28,12 +28,13 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
-#include "a_star.h"
-#include "os/os.h"
-#include <stdio.h>
-
#include "test_astar.h"
+#include "core/math/a_star.h"
+#include "core/os/os.h"
+
+#include <stdio.h>
+
namespace TestAStar {
class ABCX : public AStar {