Header inclusion cleanup.

This commit is contained in:
Camilla Berglund
2015-05-27 15:06:52 +02:00
parent 287e30239c
commit 38ae319bea
7 changed files with 16 additions and 27 deletions
+3 -4
View File
@@ -57,6 +57,9 @@
#endif
#include "posix_tls.h"
#include "posix_time.h"
#include "linux_joystick.h"
#include "xkb_unicode.h"
#if defined(_GLFW_GLX)
#define _GLFW_X11_CONTEXT_VISUAL window->glx.visual
@@ -70,10 +73,6 @@
#error "No supported context creation API selected"
#endif
#include "posix_time.h"
#include "linux_joystick.h"
#include "xkb_unicode.h"
#define _GLFW_PLATFORM_WINDOW_STATE _GLFWwindowX11 x11
#define _GLFW_PLATFORM_LIBRARY_WINDOW_STATE _GLFWlibraryX11 x11
#define _GLFW_PLATFORM_MONITOR_STATE _GLFWmonitorX11 x11