mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
Took out "" verses <> and just left <> for includes.
It works just fine on every system I could try it on.
This commit is contained in:
parent
8eefe2a9e5
commit
ca3392a310
1 changed files with 0 additions and 9 deletions
|
|
@ -34,17 +34,8 @@
|
|||
#ifndef BIF_GL_H
|
||||
#define BIF_GL_H
|
||||
|
||||
/* XXX, fixme zr... what is the deal here,
|
||||
* is there a reason unices don't use the
|
||||
* <> include? (they should)
|
||||
*/
|
||||
#if !defined(__APPLE__) && !defined(WIN32)
|
||||
#include "GL/gl.h"
|
||||
#include "GL/glu.h"
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glu.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* these should be phased out. cpack should be replaced in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue