mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Fix errors from new cpplint.py (#7105)
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
#include "frc/event/BooleanEvent.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
using namespace frc;
|
||||
|
||||
BooleanEvent::BooleanEvent(EventLoop* loop, std::function<bool()> condition)
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
|
||||
#include "frc/event/EventLoop.h"
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "frc/Errors.h"
|
||||
|
||||
using namespace frc;
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
#include "frc/event/NetworkBooleanEvent.h"
|
||||
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
#include <networktables/BooleanTopic.h>
|
||||
#include <networktables/NetworkTable.h>
|
||||
#include <networktables/NetworkTableInstance.h>
|
||||
|
||||
Reference in New Issue
Block a user