|
@@ -28,9 +28,6 @@
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/*************************************************************************/
|
|
/*************************************************************************/
|
|
|
|
|
|
-// Must include Winsock before windows.h (included by os_windows.h)
|
|
|
|
-#include "drivers/unix/net_socket_posix.h"
|
|
|
|
-
|
|
|
|
#include "os_windows.h"
|
|
#include "os_windows.h"
|
|
|
|
|
|
#include "core/io/marshalls.h"
|
|
#include "core/io/marshalls.h"
|
|
@@ -38,6 +35,7 @@
|
|
#include "core/version_generated.gen.h"
|
|
#include "core/version_generated.gen.h"
|
|
#include "drivers/gles2/rasterizer_gles2.h"
|
|
#include "drivers/gles2/rasterizer_gles2.h"
|
|
#include "drivers/gles3/rasterizer_gles3.h"
|
|
#include "drivers/gles3/rasterizer_gles3.h"
|
|
|
|
+#include "drivers/unix/net_socket_posix.h"
|
|
#include "drivers/windows/dir_access_windows.h"
|
|
#include "drivers/windows/dir_access_windows.h"
|
|
#include "drivers/windows/file_access_windows.h"
|
|
#include "drivers/windows/file_access_windows.h"
|
|
#include "joypad_windows.h"
|
|
#include "joypad_windows.h"
|