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
|
#pragma once
|
||||||
// circular dep: #include "resource_limit.h"
|
// circular dep: #include "resource_limit.h"
|
||||||
|
|
||||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
#include <mesosphere/core/KAutoObject.hpp>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
namespace mesosphere
|
namespace mesosphere
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <mesosphere/interfaces/IWork.hpp>
|
#include <mesosphere/interfaces/IWork.hpp>
|
||||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
#include <mesosphere/core/KAutoObject.hpp>
|
||||||
|
|
||||||
namespace mesosphere
|
namespace mesosphere
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
#include <mesosphere/core/util.hpp>
|
#include <mesosphere/core/util.hpp>
|
||||||
#include <mesosphere/core/Handle.hpp>
|
#include <mesosphere/core/Handle.hpp>
|
||||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
#include <mesosphere/core/KAutoObject.hpp>
|
||||||
#include <mesosphere/arch/KSpinLock.hpp>
|
#include <mesosphere/arch/KSpinLock.hpp>
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ class KThread;
|
||||||
class KResourceLimit;
|
class KResourceLimit;
|
||||||
|
|
||||||
#include <mesosphere/core/util.hpp>
|
#include <mesosphere/core/util.hpp>
|
||||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
#include <mesosphere/core/KAutoObject.hpp>
|
||||||
#include <mesosphere/interfaces/ISetAllocated.hpp>
|
#include <mesosphere/interfaces/ISetAllocated.hpp>
|
||||||
|
|
||||||
namespace mesosphere
|
namespace mesosphere
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include <mesosphere/kresources/KAutoObject.hpp>
|
#include <mesosphere/core/KAutoObject.hpp>
|
||||||
|
|
||||||
namespace mesosphere
|
namespace mesosphere
|
||||||
{
|
{
|
Loading…
Reference in a new issue