Skip to content

Commit e673304

Browse files
authored
Use pragma once (#1693)
Signed-off-by: Jade Turner <[email protected]>
1 parent 974fcec commit e673304

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

photonlib-cpp-examples/poseest/src/main/include/subsystems/GamepieceLauncher.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* SOFTWARE.
2323
*/
2424

25-
#ifndef PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
26-
#define PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_
25+
#pragma once
2726

2827
#include <cmath>
2928
#include <numbers>
@@ -62,5 +61,3 @@ class GamepieceLauncher {
6261

6362
void simulationInit(); // Method to initialize simulation components
6463
};
65-
66-
#endif // PHOTONVISION_PHOTONLIB_CPP_EXAMPLES_POSEEST_SRC_MAIN_INCLUDE_SUBSYSTEMS_GAMEPIECELAUNCHER_H_

0 commit comments

Comments
 (0)