1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
jules 2008-10-03 15:08:05 +00:00
parent 5572be0248
commit fd70d98db2

View file

@ -31,9 +31,6 @@
#ifdef _WIN32
#include <windows.h>
#elif ! defined (LINUX)
#include <Carbon.h>
#include <Movies.h>
#endif
#include "../jucedemo_headers.h"
@ -48,7 +45,6 @@
#include <GL/glut.h>
#undef KeyPress
#else
#include <AGL/agl.h>
#include <GLUT/glut.h>
#endif