Skip to content

Commit e247bf6

Browse files
AlexeySachkovbader
authored andcommitted
[SYCL][NFC] Add missed '#pragma once' (#984)
Signed-off-by: Alexey Sachkov <[email protected]>
1 parent 3d8dbd0 commit e247bf6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

sycl/include/CL/sycl/detail/generic_type_lists.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#pragma once
10+
911
#include <CL/sycl/access/access.hpp>
1012
#include <CL/sycl/detail/stl_type_traits.hpp>
1113
#include <CL/sycl/detail/type_list.hpp>

sycl/include/CL/sycl/detail/image_accessor_util.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// This file includes some utilities that are used by image accessors on host
99
// device
1010
//
11+
12+
#pragma once
13+
1114
#ifndef __SYCL_DEVICE_ONLY__
1215
#include <CL/sycl/builtins.hpp>
1316
#include <CL/sycl/detail/generic_type_traits.hpp>

0 commit comments

Comments
 (0)