Merge pull request #4934 from vitor-k/boost_remnant

Remove boost headers not currently used
This commit is contained in:
James Rowe
2019-09-18 10:57:37 -06:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
#include <map>
#include <vector>
#include <boost/range/algorithm_ext/erase.hpp>
#include "common/assert.h"
#include "core/core.h"
#include "core/hle/kernel/errors.h"

View File

@ -8,7 +8,6 @@
#include <string>
#include <unordered_map>
#include <vector>
#include <boost/container/flat_map.hpp>
#include <boost/container/flat_set.hpp>
#include "common/common_types.h"
#include "common/thread_queue_list.h"