mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
HAND FIXES: Manual cleanup of namespaces
This commit is contained in:
committed by
Peter Johnson
parent
ad138270a8
commit
3f740894c9
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "wpi/event/BooleanEvent.hpp"
|
||||
|
||||
namespace nt {
|
||||
namespace wpi::nt {
|
||||
class BooleanSubscriber;
|
||||
class BooleanTopic;
|
||||
class NetworkTable;
|
||||
|
||||
@@ -17,10 +17,13 @@
|
||||
#include "wpi/util/SmallVector.hpp"
|
||||
#include "wpi/util/mutex.hpp"
|
||||
|
||||
namespace wpi::math {
|
||||
class Trajectory;
|
||||
}
|
||||
|
||||
namespace wpi {
|
||||
|
||||
class Field2d;
|
||||
class wpi::math::Trajectory;
|
||||
|
||||
/**
|
||||
* Game field object on a Field2d.
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "wpi/nt/NetworkTableEntry.hpp"
|
||||
#include "wpi/nt/NetworkTableValue.hpp"
|
||||
|
||||
namespace wpi {
|
||||
namespace wpi::util {
|
||||
class Sendable;
|
||||
} // namespace wpi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user