mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 20:00:04 -04:00
Reorder headers related to linux module
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user