mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Fix errors from new cpplint.py (#7105)
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#include <cstdio>
|
||||
#include <memory>
|
||||
|
||||
#include <wpi/Logger.h>
|
||||
#include <wpi/print.h>
|
||||
|
||||
#include "wpinet/DsClient.h"
|
||||
#include "wpinet/EventLoopRunner.h"
|
||||
#include "wpinet/uv/Error.h"
|
||||
|
||||
namespace uv = wpi::uv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user