diff --git a/libuavcan/test/scheduler.cpp b/libuavcan/test/node/scheduler.cpp similarity index 98% rename from libuavcan/test/scheduler.cpp rename to libuavcan/test/node/scheduler.cpp index b8213303cf..894e990904 100644 --- a/libuavcan/test/scheduler.cpp +++ b/libuavcan/test/node/scheduler.cpp @@ -5,8 +5,8 @@ #include #include #include -#include "common.hpp" -#include "transport/can/iface_mock.hpp" +#include "../common.hpp" +#include "../transport/can/iface_mock.hpp" struct TimerCallCounter {