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,10 +0,0 @@
#include <mesosphere/kresources/KAutoObject.hpp>
namespace mesosphere
{
KAutoObject::~KAutoObject()
{
}
}