Skip to content

Commit afab4a9

Browse files
Fix pragma once in C file warning in scsiapi
1 parent 486eced commit afab4a9

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

scsiapi/scsiapi_linux.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
| SPDX-License-Identifier: GPL-2.0-only |
1111
\*---------------------------------------------------------*/
1212

13-
#pragma once
14-
1513
/*---------------------------------------------------------*\
1614
| Includes |
1715
\*---------------------------------------------------------*/

scsiapi/scsiapi_macos.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
| SPDX-License-Identifier: GPL-2.0-only |
1111
\*---------------------------------------------------------*/
1212

13-
#pragma once
14-
1513
/*---------------------------------------------------------*\
1614
| Includes |
1715
\*---------------------------------------------------------*/

scsiapi/scsiapi_windows.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
| SPDX-License-Identifier: GPL-2.0-only |
1111
\*---------------------------------------------------------*/
1212

13-
#pragma once
14-
1513
/*---------------------------------------------------------*\
1614
| Includes |
1715
\*---------------------------------------------------------*/

0 commit comments

Comments
 (0)