Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 24, 2025
1 parent 11ca755 commit 4592020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions hal/src/main/native/systemcore/Counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "hal/Counter.h"

#include <cstdio>
#include <limits>
#include <memory>
#include <thread>
Expand Down
2 changes: 2 additions & 0 deletions wpilibc/src/main/native/cpp/counter/Tachometer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "frc/counter/Tachometer.h"

#include <string>

#include <frc/DigitalSource.h>

#include <hal/Counter.h>
Expand Down
1 change: 1 addition & 0 deletions wpilibc/src/main/native/cpp/counter/UpDownCounter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "frc/counter/UpDownCounter.h"

#include <memory>
#include <string>

#include <hal/Counter.h>
#include <hal/FRCUsageReporting.h>
Expand Down

0 comments on commit 4592020

Please sign in to comment.