From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/python/gpu/gpu_py_batch.c | 1 - source/blender/python/gpu/gpu_py_offscreen.c | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/python/gpu') diff --git a/source/blender/python/gpu/gpu_py_batch.c b/source/blender/python/gpu/gpu_py_batch.c index a50ea32b5dd..e59f8f30ff0 100644 --- a/source/blender/python/gpu/gpu_py_batch.c +++ b/source/blender/python/gpu/gpu_py_batch.c @@ -36,7 +36,6 @@ #include "BLI_utildefines.h" -#include "BKE_global.h" #include "GPU_batch.h" diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c index 5dc6e36ca56..3438f953ea0 100644 --- a/source/blender/python/gpu/gpu_py_offscreen.c +++ b/source/blender/python/gpu/gpu_py_offscreen.c @@ -36,7 +36,6 @@ #include "BLI_utildefines.h" -#include "BKE_global.h" #include "BKE_library.h" #include "BKE_scene.h" -- cgit v1.2.3