diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-05-21 21:17:33 +0200 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-05-21 21:44:00 +0200 |
commit | ebaace294fc6a867a12bcb30031c5c5cbfdcb238 (patch) | |
tree | 3d5aeb644ede171bb7c47059100aa9eb402590a3 | |
parent | map_interval: Add interval allocator and drop hack (diff) | |
download | yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.gz yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.bz2 yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.lz yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.xz yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.zst yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.zip |
-rw-r--r-- | src/video_core/buffer_cache/buffer_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/buffer_cache/buffer_cache.h b/src/video_core/buffer_cache/buffer_cache.h index 2262259c7..d9a4a1b4d 100644 --- a/src/video_core/buffer_cache/buffer_cache.h +++ b/src/video_core/buffer_cache/buffer_cache.h @@ -13,10 +13,8 @@ #include <vector> #include <boost/container/small_vector.hpp> -#include <boost/icl/interval_map.hpp> #include <boost/icl/interval_set.hpp> #include <boost/intrusive/set.hpp> -#include <boost/range/iterator_range.hpp> #include "common/alignment.h" #include "common/assert.h" |