Kernel: Move WaitObject to a separate file

Now that HandleTable doesn't directly depend on WaitObject anymore, this
can be separated from the main kernel.h header.
This commit is contained in:
Yuri Kunde Schlesner 2017-05-29 15:45:30 -07:00
parent 9453223075
commit 64ecf81a3c
15 changed files with 178 additions and 135 deletions

View file

@ -4,12 +4,10 @@
#pragma once
#include <boost/container/flat_set.hpp>
#include <QAbstractItemModel>
#include <QDockWidget>
#include <QTreeView>
#include <boost/container/flat_set.hpp>
#include "core/core.h"
#include "core/hle/kernel/kernel.h"