mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 03:34:15 +00:00
remove duplicate includes of extraX64
Now that we support stdafx.h, these are unnecessary
This commit is contained in:
parent
4bc349b91a
commit
6f80c79e80
|
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../Common/Leaderboards/LeaderboardManager.h"
|
||||
#include "../../../Minecraft.World/x64headers/extraX64.h"
|
||||
|
||||
#include "PS3/Passphrase/ps3__np_conf.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -61,6 +61,4 @@ typedef VOID* XMEMDECOMPRESSION_CONTEXT;
|
|||
|
||||
typedef float FLOAT;
|
||||
|
||||
#include "../x64headers/extraX64.h"
|
||||
|
||||
#endif // WLINUX_H
|
||||
|
|
|
|||
Loading…
Reference in a new issue