Skip to content

Commit 0a0cb9c

Browse files
committed
PR review fixes
1 parent 22db993 commit 0a0cb9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/daemon/engine/cyphal/transport_helpers.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@
1010

1111
#include <cetl/pf17/cetlpf.hpp>
1212
#include <libcyphal/errors.hpp>
13+
#include <libcyphal/transport/can/can_transport.hpp>
1314
#include <libcyphal/transport/errors.hpp>
1415
#include <libcyphal/transport/udp/udp_transport.hpp>
1516

1617
#include <spdlog/fmt/fmt.h>
1718

18-
#ifdef __linux__
19-
# include <libcyphal/transport/can/can_transport.hpp>
20-
#endif
21-
2219
namespace ocvsmd
2320
{
2421
namespace daemon

0 commit comments

Comments
 (0)