diff options
Diffstat (limited to 'src/glut/beos/glutbitmap.h')
-rw-r--r-- | src/glut/beos/glutbitmap.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/glut/beos/glutbitmap.h b/src/glut/beos/glutbitmap.h index 55d341706cb..32bf53c097b 100644 --- a/src/glut/beos/glutbitmap.h +++ b/src/glut/beos/glutbitmap.h @@ -7,12 +7,7 @@ and is provided without guarantee or warrantee expressed or implied. This program is -not- in the public domain. */ - -#if defined(WIN32) -#include <windows.h> -#pragma warning(disable:4244) -#endif /* WIN32 */ -#include <GL/gl.h> +#include <GL/glut.h> typedef struct { const GLsizei width; |