Jelajahi Sumber

buffer_block: Remove unnecessary includes

Reduces the amount of dependencies the header pulls in.
Lioncash 5 tahun lalu
induk
melakukan
3954f14c6d
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      src/video_core/buffer_cache/buffer_block.h

+ 0 - 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 {