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:
Diffstat (limited to 'source/blender/editors/space_clip/clip_editor.c')
-rw-r--r--source/blender/editors/space_clip/clip_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index 1a62af39600..ac6bb785e72 100644
--- a/source/blender/editors/space_clip/clip_editor.c
+++ b/source/blender/editors/space_clip/clip_editor.c
@@ -47,6 +47,7 @@
#include "BLI_string.h"
#include "BLI_rect.h"
+#include "GPU_compatibility.h"
#include "GPU_extensions.h"
#include "IMB_imbuf_types.h"
@@ -55,7 +56,6 @@
#include "ED_screen.h"
#include "ED_clip.h"
-#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "WM_api.h"