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:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2012-08-08 02:56:39 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2012-08-08 02:56:39 +0400
commit7579d0739032c984a79fa885937ea3ad53589c0f (patch)
tree481cb3249923b4fe5c15128be1183a918ec32cce /source/blender/editors/space_text/space_text.c
parent8640be80137d4c63702fecad88c2b9993afce2d7 (diff)
header fixup, aspect api, warning fixes, removed some minor use of display lists, lots of other misc. changes.
Diffstat (limited to 'source/blender/editors/space_text/space_text.c')
-rw-r--r--source/blender/editors/space_text/space_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/space_text.c b/source/blender/editors/space_text/space_text.c
index 501e1cad67e..d10a6ef0ef8 100644
--- a/source/blender/editors/space_text/space_text.c
+++ b/source/blender/editors/space_text/space_text.c
@@ -49,7 +49,7 @@
#include "ED_space_api.h"
#include "ED_screen.h"
-#include "BIF_gl.h"
+#include "GPU_compatibility.h"
#include "WM_api.h"
#include "WM_types.h"