Skip to content

Commit

Permalink
AP_HAL_Linux: remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
xianglunkai authored and peterbarker committed Jun 16, 2024
1 parent 869ef0e commit 5b05a17
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion libraries/AP_HAL_Linux/Storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <unistd.h>

#include <AP_HAL/AP_HAL.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>

using namespace Linux;

Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_Linux/UARTDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "TCPServerDevice.h"
#include "UARTDevice.h"
#include "UDPDevice.h"

#include <GCS_MAVLink/GCS.h>
#if HAL_GCS_ENABLED
#include <AP_HAL/utility/packetise.h>
Expand Down
1 change: 0 additions & 1 deletion libraries/AP_HAL_Linux/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <AP_HAL/AP_HAL.h>

#include "Heat_Pwm.h"
#include "ToneAlarm_Disco.h"
#include "Util.h"

using namespace Linux;
Expand Down

0 comments on commit 5b05a17

Please sign in to comment.