Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-10-30 03:08:59 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 03:08:59 +0300
commitca3392a3107964365524e0c93348623992594ae0 (patch)
treea9dcdec193a29139f5d8379b4bff4c4f826f84d4 /source/blender/include
parent8eefe2a9e59b9eabe5491c96856d73e815da7f6b (diff)
Took out "" verses <> and just left <> for includes.
It works just fine on every system I could try it on.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_gl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/blender/include/BIF_gl.h b/source/blender/include/BIF_gl.h
index f5507d30170..da67855cdac 100644
--- a/source/blender/include/BIF_gl.h
+++ b/source/blender/include/BIF_gl.h
@@ -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