Fix <FL/glu.h> includes.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5368 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 2006-08-25 16:12:13 +00:00
parent 862506e6d9
commit 9c045681c5
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ int main(int, char**) {
*/
#include <FL/glut.H>
#include <FL/glu.H>
#include <FL/glu.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -16,7 +16,7 @@
#if HAVE_GL && HAVE_GL_GLU_H
# include <FL/glut.H>
# include <FL/glu.H>
# include <FL/glu.h>
# include <stdio.h>
# include <stdlib.h>