[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

@@ -37,6 +37,8 @@ includeOtherLibs {
^gtest/
^i2clib/
^llvm/
^networktables/
^ntcore
^opencv2/
^spilib/
^support/

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>

View File

@@ -6,10 +6,11 @@
#include <string>
#include <networktables/IntegerTopic.h>
#include "PortsInternal.h"
#include "hal/handles/DigitalHandleResource.h"
#include "hal/handles/HandlesInternal.h"
#include "networktables/IntegerTopic.h"
namespace hal {