CI: enable clang-tidy readability-duplicate-include (#26554)

Signed-off-by: kuralme <kuralme@protonmail.com>
This commit is contained in:
Ege Kural
2026-02-23 20:54:36 -05:00
committed by GitHub
parent af25a31861
commit 8fd3d3268a
7 changed files with 0 additions and 8 deletions
-2
View File
@@ -51,8 +51,6 @@
#include <systemlib/mavlink_log.h>
#include <px4_platform_common/events.h>
#include "navigator.h"
static uint32_t crc32_for_fence_point(const mission_fence_point_s &fence_point, uint32_t prev_crc32)
{
union {
-1
View File
@@ -57,7 +57,6 @@
#include <uORB/uORB.h>
#include <uORB/topics/mission.h>
#include <uORB/topics/mission_result.h>
#include <drivers/drv_hrt.h>
#include <px4_platform_common/events.h>
using namespace time_literals;
@@ -54,7 +54,6 @@
#include <pthread.h>
#include <sys/socket.h>
#include <termios.h>
#include <arpa/inet.h>
#include <limits>