mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-03 11:11:14 +00:00
Move KAutoObject.hpp to core/
This commit is contained in:
parent
edcd4cbc26
commit
1684e1d35c
6 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
// circular dep: #include "resource_limit.h"
|
||||
|
||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
#include <tuple>
|
||||
|
||||
namespace mesosphere
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <mesosphere/interfaces/IWork.hpp>
|
||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include <mesosphere/core/util.hpp>
|
||||
#include <mesosphere/core/Handle.hpp>
|
||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
#include <mesosphere/arch/KSpinLock.hpp>
|
||||
#include <array>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ class KThread;
|
|||
class KResourceLimit;
|
||||
|
||||
#include <mesosphere/core/util.hpp>
|
||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
#include <mesosphere/interfaces/ISetAllocated.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <mesosphere/kresources/KAutoObject.hpp>
|
||||
#include <mesosphere/core/KAutoObject.hpp>
|
||||
|
||||
namespace mesosphere
|
||||
{
|
Loading…
Reference in a new issue