diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-07-31 08:06:09 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-07-31 10:15:17 -0400 |
| commit | a2304fad16d7a89741241ca8215a21bd02cce5e7 (patch) | |
| tree | b7fc29c08a4534090b39427c6709f1391147adab /src/core/hle/kernel/hle_ipc.cpp | |
| parent | bf9c62bc76a2296c1a81cfc1b83aaf4028578901 (diff) | |
kernel: Remove unnecessary includes
Removes unnecessary direct dependencies in some headers and also gets
rid of indirect dependencies that were being relied on to be included.
Diffstat (limited to 'src/core/hle/kernel/hle_ipc.cpp')
| -rw-r--r-- | src/core/hle/kernel/hle_ipc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/hle_ipc.cpp b/src/core/hle/kernel/hle_ipc.cpp index f24392520..771d6d476 100644 --- a/src/core/hle/kernel/hle_ipc.cpp +++ b/src/core/hle/kernel/hle_ipc.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> #include <utility> #include <boost/range/algorithm_ext/erase.hpp> |
