ogl_editor: no gl header includes in linux
gl headers in TrackView.c seem to be unnecessary
This commit is contained in:
parent
6c08183bcf
commit
731ae7c046
@ -14,7 +14,7 @@
|
||||
#if defined(__APPLE__)
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#elif !defined(EMGUI_UNIX)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <gl/gl.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user