Merge pull request #921 from linkmauve/fix-applet
Fix applet includes using iwyu
This commit is contained in:
commit
b6719ec922
7 changed files with 32 additions and 7 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <bitset>
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#include <boost/container/static_vector.hpp>
|
||||
|
|
|
@ -4,9 +4,12 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue