mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Merge wpiformat configs (#8365)
After replacing the remaining include guards with `#pragma once`, I was able to merge all the wpiformat configs into one file in the repo root. This should make the config easier to reason about and maintain in the future.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
#ifndef CSCORE_IMAGE_HPP_
|
||||
#define CSCORE_IMAGE_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
@@ -130,5 +129,3 @@ class Image {
|
||||
};
|
||||
|
||||
} // namespace wpi::cs
|
||||
|
||||
#endif // CSCORE_IMAGE_HPP_
|
||||
|
||||
Reference in New Issue
Block a user