refactor: move misplaced headers to their proper modules

This commit is contained in:
MatthewBeshay
2026-04-04 14:12:58 +11:00
committed by Tropical
parent d814a78453
commit 54a1f90212
95 changed files with 119 additions and 119 deletions

View File

@@ -10,7 +10,7 @@
#include "DLCManager.h"
#include "app/common/DLC/DLCFile.h"
#include "app/linux/LinuxGame.h"
#include "app/common/XboxStubs.h"
#include "platform/XboxStubs.h"
#if defined(_WINDOWS64)
#include "app/windows/XML/ATGXmlParser.h"
#include "app/windows/XML/xmlFilesCallback.h"