[hal] Add ntcore to other libs in styleguide (NFC) (#7766)

This commit is contained in:
Peter Johnson
2025-02-05 21:32:51 -07:00
committed by GitHub
parent 297f0d1b03
commit 35aee1d78d
3 changed files with 9 additions and 7 deletions

View File

@@ -2,12 +2,6 @@
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include <networktables/BooleanTopic.h>
#include <networktables/NetworkTableInstance.h>
#include <networktables/ProtobufTopic.h>
#include <networktables/StringArrayTopic.h>
#include <networktables/StringTopic.h>
#include <atomic>
#include <chrono>
#include <cstdio>
@@ -19,6 +13,11 @@
#include <utility>
#include <fmt/format.h>
#include <networktables/BooleanTopic.h>
#include <networktables/NetworkTableInstance.h>
#include <networktables/ProtobufTopic.h>
#include <networktables/StringArrayTopic.h>
#include <networktables/StringTopic.h>
#include <wpi/EventVector.h>
#include <wpi/SafeThread.h>
#include <wpi/SmallVector.h>