Reorder headers related to linux module

This commit is contained in:
Azamat H. Hackimov
2024-05-19 02:48:26 +03:00
parent bde23461ea
commit 3fa32ff386
29 changed files with 39 additions and 50 deletions

View File

@@ -20,18 +20,14 @@
#if defined(WIN32)
#include <windows.h>
#elif defined(__LINUX__)
#include "linux/linux_fix.h"
#include "lnxscreenmode.h"
#else
#endif
#include "pstypes.h"
#include "pserror.h"
#include "mono.h"
#include "3d.h"
#include "renderer.h"
#include "ddvid.h"
#include "ddio.h"
#include "application.h"
#include "bitmap.h"
#include "lightmap.h"