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

kernel/process: Remove unused boost header include

Boost headers typically include a lot of other headers, so removing this
can prevent a bit of unnecessary compiler churn when building.
Lioncash 7 лет назад
Родитель
Сommit
19dcb50692
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/core/hle/kernel/process.h

+ 0 - 1
src/core/hle/kernel/process.h

@@ -10,7 +10,6 @@
 #include <list>
 #include <string>
 #include <vector>
-#include <boost/container/static_vector.hpp>
 #include "common/common_types.h"
 #include "core/hle/kernel/address_arbiter.h"
 #include "core/hle/kernel/handle_table.h"