Skip to content

Commit 83c5ada

Browse files
committed
replace include guards by praga once
1 parent 9d896a4 commit 83c5ada

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/picongpu/include/fields/laserProfiles/laserPlaneWave.hpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
*/
2020

2121

22-
23-
#ifndef LASERPLANEWAVE_HPP
24-
#define LASERPLANEWAVE_HPP
22+
#pragma once
2523

2624
#include "types.h"
2725
#include "simulation_defines.hpp"
@@ -136,7 +134,3 @@ namespace picongpu
136134
}
137135
}
138136

139-
#endif /* LASERPLANEWAVE_HPP */
140-
141-
142-

0 commit comments

Comments
 (0)