diff options
-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" |