Header cleanup

This commit is contained in:
Margen67
2025-07-18 07:18:31 -07:00
parent d01c35f506
commit 4cb783bf22
136 changed files with 18 additions and 340 deletions

View File

@@ -6,13 +6,11 @@
* Released under the BSD license - see LICENSE in the root for more details. *
******************************************************************************
*/
#include <string>
#include "xenia/patcher/plugin_loader.h"
#include "xenia/base/logging.h"
#include "xenia/config.h"
#include "xenia/kernel/user_module.h"
#include "xenia/kernel/xthread.h"
#include "xenia/patcher/plugin_loader.h"
#include "xenia/vfs/devices/host_path_device.h"
DEFINE_bool(
@@ -259,4 +257,4 @@ void PluginLoader::CreatePluginDevice(const uint32_t title_id) {
}
} // namespace patcher
} // namespace xe
} // namespace xe