From b4dbb3616865cd236cda4f2e4ac806b3b4840b29 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Aug 2014 07:09:58 +0000 Subject: Cairo support on X11. --- pugl_test.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'pugl_test.c') diff --git a/pugl_test.c b/pugl_test.c index 9282420..aa7997d 100644 --- a/pugl_test.c +++ b/pugl_test.c @@ -22,13 +22,8 @@ #include #include "pugl/pugl.h" - -// Argh! -#ifdef __APPLE__ -# include -#else -# include -#endif +#include "pugl/gl.h" +#include "pugl/glu.h" static int quit = 0; static float xAngle = 0.0f; -- cgit v1.2.3