Skip to content

Commit d0c25fb

Browse files
committed
Minor cleanup of GPA's use of the Vulkan SDK header
1 parent 01f8951 commit d0c25fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/GPUPerfAPI-Common/GPUPerfAPI-VK.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#ifndef _GPUPERFAPI_VK_H_
1212
#define _GPUPERFAPI_VK_H_
1313

14-
#include <vulkan/vulkan.h>
15-
1614
/// The struct that should be supplied to GPA_OpenContext().
1715
/// The instance, physicalDevice, and device should be set prior to
1816
/// calling OpenContext() to reflect the Vulkan objects on which profiling

Src/GPUPerfAPIVk/GPUPerfAPIVk.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#ifndef __GPUPERFAPI_VK_H__
1010
#define __GPUPERFAPI_VK_H__
1111

12+
#include <vulkan.h>
13+
1214
#include "GPUPerfAPI.h"
1315
#include "GPUPerfAPI-VK.h"
1416

0 commit comments

Comments
 (0)