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

@@ -0,0 +1,10 @@
#include <mesosphere/core/KAutoObject.hpp>
namespace mesosphere
{
KAutoObject::~KAutoObject()
{
}
}