mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Remove internal header inclusion guards
Inclusion of internal headers is already both centralized and follows strict rules. Inclusion guards are both an unneccessary maintenance burden and may hide inclusion order bugs.
This commit is contained in:
@@ -24,10 +24,5 @@
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
#ifndef _glfw3_xkb_unicode_h_
|
||||
#define _glfw3_xkb_unicode_h_
|
||||
|
||||
|
||||
long _glfwKeySym2Unicode(unsigned int keysym);
|
||||
|
||||
#endif // _glfw3_xkb_unicode_h_
|
||||
|
||||
Reference in New Issue
Block a user