mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[wpiutil] Split C++ header files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "wpi/util/string.h"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -34,12 +34,10 @@
|
||||
#include "wpi/util/DenseMap.hpp"
|
||||
#include "wpi/util/EventVector.hpp"
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
#include "wpi/util/condition_variable.hpp"
|
||||
#include "wpi/util/json.hpp"
|
||||
#include "wpi/util/mutex.hpp"
|
||||
#include "wpi/util/string.h"
|
||||
#include "wpi/util/struct/Struct.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/string.hpp"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "wpi/hal/UsageReporting.hpp"
|
||||
#include "wpi/math/util/MathUtil.hpp"
|
||||
#include "wpi/util/MathExtras.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "wpi/driverstation/DriverStation.hpp"
|
||||
#include "wpi/hal/DriverStation.h"
|
||||
#include "wpi/util/Synchronization.h"
|
||||
#include "wpi/util/Synchronization.hpp"
|
||||
|
||||
using namespace wpi::internal;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "wpi/hal/simulation/AlertData.h"
|
||||
#include "wpi/util/string.h"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
using namespace wpi::sim;
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include "wpi/hal/DriverStation.h"
|
||||
#include "wpi/hal/simulation/DriverStationData.h"
|
||||
#include "wpi/hal/simulation/MockHooks.h"
|
||||
#include "wpi/util/Synchronization.hpp"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
using namespace wpi::sim;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <string>
|
||||
|
||||
#include "wpi/hal/simulation/RoboRioData.h"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
using namespace wpi::sim;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "wpi/datalog/FileLogger.hpp"
|
||||
#include "wpi/driverstation/DriverStation.hpp"
|
||||
#include "wpi/framework/RobotBase.hpp"
|
||||
#include "wpi/hal/UsageReporting.h"
|
||||
#include "wpi/hal/UsageReporting.hpp"
|
||||
#include "wpi/nt/NetworkTableInstance.hpp"
|
||||
#include "wpi/system/Errors.hpp"
|
||||
#include "wpi/system/Filesystem.hpp"
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "wpi/util/StringExtras.hpp"
|
||||
#include "wpi/util/fs.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "wpi/hal/HALBase.h"
|
||||
#include "wpi/hal/Power.h"
|
||||
#include "wpi/system/Errors.hpp"
|
||||
#include "wpi/util/string.hpp"
|
||||
|
||||
using namespace wpi;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "wpi/system/Notifier.hpp"
|
||||
#include "wpi/system/WPILibVersion.hpp"
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
#include "wpi/util/timestamp.hpp"
|
||||
|
||||
static_assert(wpi::RuntimeType::kRoboRIO ==
|
||||
static_cast<wpi::RuntimeType>(HAL_Runtime_RoboRIO));
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <thread>
|
||||
|
||||
#include "wpi/hal/DriverStationTypes.hpp"
|
||||
#include "wpi/util/Synchronization.h"
|
||||
#include "wpi/util/Synchronization.hpp"
|
||||
|
||||
namespace wpi::internal {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user