Move KAutoObject.hpp to core/

This commit is contained in:
TuxSH 2018-11-04 18:02:43 +01:00 committed by Michael Scire
parent edcd4cbc26
commit 1684e1d35c
6 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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
{ {

View file

@ -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>

View file

@ -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

View file

@ -1,4 +1,4 @@
#include <mesosphere/kresources/KAutoObject.hpp> #include <mesosphere/core/KAutoObject.hpp>
namespace mesosphere namespace mesosphere
{ {