mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 20:37:55 -05:00
vk_device_info: Clean up includes [IWYU]
This commit is contained in:
@ -3,11 +3,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
#include "common/common_types.h"
|
||||
#include "vulkan/vulkan_core.h"
|
||||
|
||||
class QWindow;
|
||||
|
||||
namespace Settings {
|
||||
enum class VSyncMode : u32;
|
||||
}
|
||||
@ -27,4 +33,4 @@ public:
|
||||
};
|
||||
|
||||
void PopulateRecords(std::vector<Record>& records, QWindow* window);
|
||||
} // namespace VkDeviceInfo
|
||||
} // namespace VkDeviceInfo
|
||||
|
Reference in New Issue
Block a user