Browse Source
Merge pull request #1624 from lioncash/boost
general: Remove unused boost inclusions where applicable
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
0 additions and
4 deletions
-
src/core/file_sys/fsmitm_romfsbuild.h
-
src/core/hle/kernel/mutex.cpp
-
src/yuzu/debugger/wait_tree.h
|
|
|
@ -27,7 +27,6 @@ |
|
|
|
#include <map> |
|
|
|
#include <memory> |
|
|
|
#include <string> |
|
|
|
#include <boost/detail/container_fwd.hpp> |
|
|
|
#include "common/common_types.h" |
|
|
|
#include "core/file_sys/vfs.h" |
|
|
|
|
|
|
|
|
|
|
|
@ -6,8 +6,6 @@ |
|
|
|
#include <utility>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
#include <boost/range/algorithm_ext/erase.hpp>
|
|
|
|
|
|
|
|
#include "common/assert.h"
|
|
|
|
#include "core/core.h"
|
|
|
|
#include "core/hle/kernel/errors.h"
|
|
|
|
|
|
|
|
@ -11,7 +11,6 @@ |
|
|
|
#include <QAbstractItemModel> |
|
|
|
#include <QDockWidget> |
|
|
|
#include <QTreeView> |
|
|
|
#include <boost/container/flat_set.hpp> |
|
|
|
#include "common/common_types.h" |
|
|
|
#include "core/hle/kernel/object.h" |
|
|
|
|
|
|
|
|