Skip to content

Commit cc83135

Browse files
committed
pragma once in the right file...
1 parent 06a2c21 commit cc83135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/ranger/ranger.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
#pragma once
17+
1618
#include <cstdint>
1719
#include <iterator>
1820

test_ranger.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
#pragma once
18-
1917
#include <ranger/ranger.hpp>
2018

2119
#define CATCH_CONFIG_MAIN

0 commit comments

Comments
 (0)