Move limits.h include from win32_window.c to window.c

This commit is contained in:
ws909 2023-03-09 16:47:08 +01:00
parent 6cd800a54d
commit 2baac5204b
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#if defined(_GLFW_WIN32)
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <windowsx.h>

View File

@ -30,6 +30,7 @@
#include "internal.h"
#include <limits.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>