Просмотр исходного кода

buffer_cache: Remove unused boost headers

ReinUsesLisp 6 лет назад
Родитель
Сommit
ebaace294f
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/video_core/buffer_cache/buffer_cache.h

+ 0 - 2
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"