[wpiutil] Split C++ header files

This commit is contained in:
Peter Johnson
2026-01-04 10:22:33 -08:00
parent a7f71c9434
commit f08258f784
97 changed files with 727 additions and 718 deletions

View File

@@ -10,7 +10,7 @@
#include "TestPrinters.hpp"
#include "wpi/nt/ntcore_cpp.hpp"
#include "wpi/util/Synchronization.h"
#include "wpi/util/Synchronization.hpp"
#include "wpi/util/mutex.hpp"
class ConnectionListenerTest : public ::testing::Test {

View File

@@ -13,8 +13,7 @@
#include "ValueMatcher.hpp"
#include "wpi/nt/ntcore_c.h"
#include "wpi/nt/ntcore_cpp.hpp"
#include "wpi/util/Synchronization.h"
#include "wpi/util/json.hpp"
#include "wpi/util/Synchronization.hpp"
class TopicListenerTest : public ::testing::Test {
public:

View File

@@ -8,8 +8,7 @@
#include "ValueMatcher.hpp"
#include "wpi/nt/ntcore_c.h"
#include "wpi/nt/ntcore_cpp.hpp"
#include "wpi/util/StringExtras.hpp"
#include "wpi/util/Synchronization.h"
#include "wpi/util/Synchronization.hpp"
using ::testing::_;
using ::testing::AnyNumber;

View File

@@ -13,6 +13,7 @@
#include "TestPrinters.hpp"
#include "Value_internal.hpp"
#include "wpi/nt/NetworkTableValue.hpp"
#include "wpi/util/string.hpp"
using namespace std::string_view_literals;