mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Set up wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
4514ff8071
commit
19f7a5f108
@@ -5,14 +5,14 @@
|
||||
/* the project. */
|
||||
/*----------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef NT_INSTANCEIMPL_H_
|
||||
#define NT_INSTANCEIMPL_H_
|
||||
#ifndef NTCORE_INSTANCEIMPL_H_
|
||||
#define NTCORE_INSTANCEIMPL_H_
|
||||
|
||||
#include <atomic>
|
||||
#include <memory>
|
||||
|
||||
#include "support/mutex.h"
|
||||
#include "support/UidVector.h"
|
||||
#include <support/UidVector.h>
|
||||
#include <support/mutex.h>
|
||||
|
||||
#include "ConnectionNotifier.h"
|
||||
#include "Dispatcher.h"
|
||||
@@ -57,4 +57,4 @@ class InstanceImpl {
|
||||
|
||||
} // namespace nt
|
||||
|
||||
#endif // NT_INSTANCEIMPL_H_
|
||||
#endif // NTCORE_INSTANCEIMPL_H_
|
||||
|
||||
Reference in New Issue
Block a user