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

Merge pull request #2274 from lioncash/include

core/memory: Remove unnecessary includes
bunnei 7 лет назад
Родитель
Сommit
b78e7b3454
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/core/memory.h

+ 0 - 3
src/core/memory.h

@@ -6,9 +6,6 @@
 
 
 #include <cstddef>
 #include <cstddef>
 #include <string>
 #include <string>
-#include <tuple>
-#include <vector>
-#include <boost/icl/interval_map.hpp>
 #include "common/common_types.h"
 #include "common/common_types.h"
 
 
 namespace Common {
 namespace Common {