Move includes to top of file

This commit is contained in:
Asdow
2025-11-23 18:28:17 +02:00
parent 10fa5f37d6
commit 9bf289561b
+2 -2
View File
@@ -32,6 +32,8 @@
#include "Animation Control.h"
#include "ASD.h" // added by Flugente
#include "renderworld.h" // added by Flugente for SetRenderFlags( RENDER_FLAG_FULL );
#include <vfs/Core/vfs.h>
#include "XML_StructureData.hpp"
#ifdef COUNT_PATHS
extern UINT32 guiSuccessfulPathChecks;
@@ -423,8 +425,6 @@ BOOLEAN CreateFileStructureArrays( STRUCTURE_FILE_REF * pFileRef, UINT32 uiDataS
return( TRUE );
}
#include <vfs/Core/vfs.h>
#include "XML_StructureData.hpp"
void checkStructureValidity(STRUCTURE_FILE_REF *str1, STRUCTURE_FILE_REF* str2, UINT32 size1, UINT32 size2)
{