cxx: Use pragma once consistently for non-api headers
This commit is contained in:
parent
fc90b60663
commit
b232cb2bee
3 changed files with 3 additions and 11 deletions
|
|
@ -19,9 +19,7 @@
|
|||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef VKICD_H
|
||||
#define VKICD_H
|
||||
#pragma once
|
||||
|
||||
#include "vulkan.h"
|
||||
#include <stdbool.h>
|
||||
|
|
@ -258,5 +256,3 @@ typedef struct {
|
|||
VkIcdSurfaceBase base;
|
||||
} VkIcdSurfaceImagePipe;
|
||||
#endif // VK_USE_PLATFORM_FUCHSIA
|
||||
|
||||
#endif // VKICD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue