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:
authorMike Erwin <significant.bit@gmail.com>2017-02-28 23:29:51 +0300
committerMike Erwin <significant.bit@gmail.com>2017-02-28 23:30:39 +0300
commit3176bb83469df9dcba1f8243763bf182daeea6bb (patch)
tree88d9867374a51774832cf224788b6bc624f2d7a2 /source/blender/editors/space_file
parent2a8dd3c5ff5bd58411ee6a00d8a9087ce98941e0 (diff)
clean up GL / GPU #includes
Diffstat (limited to 'source/blender/editors/space_file')
-rw-r--r--source/blender/editors/space_file/file_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c
index 8113240d839..4101a36d489 100644
--- a/source/blender/editors/space_file/file_draw.c
+++ b/source/blender/editors/space_file/file_draw.c
@@ -42,7 +42,6 @@
# include "BLI_winstuff.h"
#endif
-#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "BKE_context.h"
@@ -71,8 +70,6 @@
#include "WM_api.h"
#include "WM_types.h"
-//#include "GPU_draw.h"
-//#include "GPU_basic_shader.h"
#include "GPU_immediate.h"
#include "filelist.h"