cxx: Use pragma once consistently for non-api headers

This commit is contained in:
Juan Ramos
2022-12-27 12:20:23 -07:00
committed by Juan Ramos
parent fc90b60663
commit b232cb2bee
3 changed files with 3 additions and 11 deletions

View File

@@ -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