Fix a few clangd warnings (#7335)

This commit is contained in:
Jade
2024-11-06 00:47:54 +08:00
committed by GitHub
parent 7a6c7af412
commit 043c155087
2 changed files with 0 additions and 3 deletions

View File

@@ -5,13 +5,11 @@
#pragma once
#include <memory>
#include <span>
#include <wpi/FunctionExtras.h>
#include "frc2/command/Command.h"
#include "frc2/command/CommandHelper.h"
#include "frc2/command/PrintCommand.h"
#include "frc2/command/Requirements.h"
namespace frc2 {

View File

@@ -5,7 +5,6 @@
#include "frc/I2C.h"
#include <algorithm>
#include <utility>
#include <hal/FRCUsageReporting.h>
#include <hal/I2C.h>