Explorar o código

buffer_block: Remove unnecessary includes

Reduces the amount of dependencies the header pulls in.
Lioncash %!s(int64=5) %!d(string=hai) anos
pai
achega
3954f14c6d
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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 {