Removed the incorrect relative path for including freeglut.h
authorJ.C. Jones <jc@insufficient.coffee>
Sat, 13 Sep 2003 13:38:04 +0000 (13:38 +0000)
committerJ.C. Jones <jc@insufficient.coffee>
Sat, 13 Sep 2003 13:38:04 +0000 (13:38 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@188 7f0cb862-5218-0410-a997-914c9d46530a

progs/demos/One/one.c

index 6b22673..696a6e0 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "../include/GL/freeglut.h"
+#include <GL/freeglut.h>
 
 int g_LeaveGameMode = 0;
 int g_InGameMode = 1;