mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SCRIPT Run cc include replacements
This commit is contained in:
committed by
Peter Johnson
parent
f0a3c64121
commit
7c6efa41ae
@@ -8,12 +8,12 @@
|
||||
#include <cstdio>
|
||||
#include <thread>
|
||||
|
||||
#include <wpi/print.h>
|
||||
#include <wpi/timestamp.h>
|
||||
#include "wpi/util/print.hpp"
|
||||
#include "wpi/util/timestamp.h"
|
||||
|
||||
#include "MockHooksInternal.h"
|
||||
#include "NotifierInternal.h"
|
||||
#include "hal/simulation/NotifierData.h"
|
||||
#include "wpi/hal/simulation/NotifierData.h"
|
||||
|
||||
static std::atomic<bool> programStarted{false};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user