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/windowmanager/intern/wm_subwindow.c
parent2a8dd3c5ff5bd58411ee6a00d8a9087ce98941e0 (diff)
clean up GL / GPU #includes
Diffstat (limited to 'source/blender/windowmanager/intern/wm_subwindow.c')
-rw-r--r--source/blender/windowmanager/intern/wm_subwindow.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_subwindow.c b/source/blender/windowmanager/intern/wm_subwindow.c
index 458ac4a121a..c401a11f74d 100644
--- a/source/blender/windowmanager/intern/wm_subwindow.c
+++ b/source/blender/windowmanager/intern/wm_subwindow.c
@@ -47,9 +47,6 @@
#include "BIF_gl.h"
-#include "GPU_extensions.h"
-#include "GPU_basic_shader.h"
-
#include "WM_api.h"
#include "wm_subwindow.h"