mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Classify other libraries' headers properly and fix committed formatting issues (#620)
This commit is contained in:
committed by
Peter Johnson
parent
a4e781a231
commit
6e4f66cc8b
@@ -11,8 +11,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Base.h"
|
||||
#include "llvm/StringRef.h"
|
||||
#include <llvm/StringRef.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
@@ -20,6 +19,8 @@
|
||||
#undef GetMessage
|
||||
#endif
|
||||
|
||||
#include "Base.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
// Forward declarations
|
||||
|
||||
Reference in New Issue
Block a user