From 225c5fee6b046b9829643f82cf6cbce159e4e007 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 May 2013 19:35:26 +0000 Subject: move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading) remove MEM_sys_types.h which was a duplicate. --- source/blender/editors/animation/CMakeLists.txt | 1 - source/blender/editors/animation/SConscript | 1 - source/blender/editors/animation/anim_draw.c | 2 +- source/blender/editors/animation/anim_ops.c | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/CMakeLists.txt b/source/blender/editors/animation/CMakeLists.txt index 9e1e44e411d..d6030a967d5 100644 --- a/source/blender/editors/animation/CMakeLists.txt +++ b/source/blender/editors/animation/CMakeLists.txt @@ -23,7 +23,6 @@ set(INC ../../blenfont ../../blenkernel ../../blenlib - ../../blenloader ../../makesdna ../../makesrna ../../windowmanager diff --git a/source/blender/editors/animation/SConscript b/source/blender/editors/animation/SConscript index e48e35e9e69..0f4fb71242b 100644 --- a/source/blender/editors/animation/SConscript +++ b/source/blender/editors/animation/SConscript @@ -36,7 +36,6 @@ incs = [ '../../blenfont', '../../blenkernel', '../../blenlib', - '../../blenloader', '../../bmesh', '../../imbuf', '../../makesdna', diff --git a/source/blender/editors/animation/anim_draw.c b/source/blender/editors/animation/anim_draw.c index 8299446bfda..12acc85e443 100644 --- a/source/blender/editors/animation/anim_draw.c +++ b/source/blender/editors/animation/anim_draw.c @@ -28,7 +28,7 @@ * \ingroup edanimation */ -#include "BLO_sys_types.h" +#include "BLI_sys_types.h" #include "DNA_anim_types.h" #include "DNA_object_types.h" diff --git a/source/blender/editors/animation/anim_ops.c b/source/blender/editors/animation/anim_ops.c index b9a3daa4e51..15a75c57758 100644 --- a/source/blender/editors/animation/anim_ops.c +++ b/source/blender/editors/animation/anim_ops.c @@ -32,7 +32,7 @@ #include #include -#include "BLO_sys_types.h" +#include "BLI_sys_types.h" #include "BLI_utildefines.h" -- cgit v1.2.3