Move KAutoObject.hpp to core/
This commit is contained in:
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user