Browse Source

buffer_block: Remove unnecessary includes

Reduces the amount of dependencies the header pulls in.
nce_cpp
Lioncash 5 years ago
parent
commit
7caec76970
  1. 5
      src/video_core/buffer_cache/buffer_block.h

5
src/video_core/buffer_cache/buffer_block.h

@ -4,12 +4,7 @@
#pragma once
#include <unordered_set>
#include <utility>
#include "common/alignment.h"
#include "common/common_types.h"
#include "video_core/gpu.h"
namespace VideoCommon {

Loading…
Cancel
Save