mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Clean up unused includes (#8950)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <fmt/format.h>
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#include "IListenerStorage.hpp"
|
||||
@@ -17,7 +16,6 @@
|
||||
#include "net/MessageHandler.hpp"
|
||||
#include "wpi/datalog/DataLog.hpp"
|
||||
#include "wpi/util/SmallString.hpp"
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
|
||||
using namespace wpi::nt;
|
||||
using namespace wpi::nt::local;
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
#include <utility>
|
||||
#include <variant>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "Log.hpp"
|
||||
#include "Message.hpp"
|
||||
#include "WireConnection.hpp"
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include "wpi/nt/ntcore_cpp.hpp"
|
||||
#include "wpi/util/MessagePack.hpp"
|
||||
#include "wpi/util/mpack.h"
|
||||
|
||||
Reference in New Issue
Block a user