vulkan: Remove unnecessary includes

Reduces some header churn and reduces rebuilds when some header
internals change.

While we're at it we can also resolve a missing include in buffer_cache.
This commit is contained in:
Lioncash
2020-04-19 18:41:54 -04:00
parent c3c3e07263
commit 6c53edd4d3
31 changed files with 3 additions and 59 deletions

View File

@@ -12,15 +12,12 @@
#include <fmt/format.h>
#include "common/assert.h"
#include "common/dynamic_library.h"
#include "common/logging/log.h"
#include "common/telemetry.h"
#include "core/core.h"
#include "core/core_timing.h"
#include "core/frontend/emu_window.h"
#include "core/memory.h"
#include "core/perf_stats.h"
#include "core/settings.h"
#include "core/telemetry_session.h"
#include "video_core/gpu.h"