From 731ae7c046114121609531b581bdf2e81ecf816f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konsta=20=27sooda=27=20H=C3=B6ltt=C3=A4?= Date: Sat, 22 Jun 2013 23:30:18 +0300 Subject: [PATCH] ogl_editor: no gl header includes in linux gl headers in TrackView.c seem to be unnecessary --- ogl_editor/src/TrackView.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogl_editor/src/TrackView.c b/ogl_editor/src/TrackView.c index 1668861..b324e89 100644 --- a/ogl_editor/src/TrackView.c +++ b/ogl_editor/src/TrackView.c @@ -14,7 +14,7 @@ #if defined(__APPLE__) #include #include -#else +#elif !defined(EMGUI_UNIX) #define WIN32_LEAN_AND_MEAN #include #include