Commit: bb0d8714d0fc845a3969c4f037311d737211797f Author: Dalai Felinto Date: Mon Oct 19 11:19:42 2015 -0200 Branches: framebuffer https://developer.blender.org/rBbb0d8714d0fc845a3969c4f037311d737211797f
Remove unecessary includes =================================================================== M source/blender/python/intern/gpu_offscreen.c =================================================================== diff --git a/source/blender/python/intern/gpu_offscreen.c b/source/blender/python/intern/gpu_offscreen.c index 19f257f..87294db 100644 --- a/source/blender/python/intern/gpu_offscreen.c +++ b/source/blender/python/intern/gpu_offscreen.c @@ -39,8 +39,6 @@ #include <Python.h> -#include "DNA_object_types.h" - #include "BLI_utildefines.h" #include "WM_types.h" @@ -52,8 +50,6 @@ #include "../mathutils/mathutils.h" -#include "bpy_util.h" - #include "../generic/py_capi_utils.h" #include "gpu.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
