diff options
| author | 2020-05-21 16:17:33 -0300 | |
|---|---|---|
| committer | 2020-05-21 16:44:00 -0300 | |
| commit | ebaace294fc6a867a12bcb30031c5c5cbfdcb238 (patch) | |
| tree | 3d5aeb644ede171bb7c47059100aa9eb402590a3 /src/video_core/buffer_cache | |
| parent | map_interval: Add interval allocator and drop hack (diff) | |
| download | yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.gz yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.tar.xz yuzu-ebaace294fc6a867a12bcb30031c5c5cbfdcb238.zip | |
buffer_cache: Remove unused boost headers
Diffstat (limited to 'src/video_core/buffer_cache')
| -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 @@ | |||
| 13 | #include <vector> | 13 | #include <vector> |
| 14 | 14 | ||
| 15 | #include <boost/container/small_vector.hpp> | 15 | #include <boost/container/small_vector.hpp> |
| 16 | #include <boost/icl/interval_map.hpp> | ||
| 17 | #include <boost/icl/interval_set.hpp> | 16 | #include <boost/icl/interval_set.hpp> |
| 18 | #include <boost/intrusive/set.hpp> | 17 | #include <boost/intrusive/set.hpp> |
| 19 | #include <boost/range/iterator_range.hpp> | ||
| 20 | 18 | ||
| 21 | #include "common/alignment.h" | 19 | #include "common/alignment.h" |
| 22 | #include "common/assert.h" | 20 | #include "common/assert.h" |