[Bf-blender-cvs] [034ab7c] depsgraph_refactor: Depsgraph: Headers cleanup

Sergey Sharybin noreply at git.blender.org
Wed Jan 14 15:26:34 CET 2015


Commit: 034ab7c8fb5faf7eefb298e9230a28c98c421f4a
Author: Sergey Sharybin
Date:   Wed Jan 14 19:26:14 2015 +0500
Branches: depsgraph_refactor
https://developer.blender.org/rB034ab7c8fb5faf7eefb298e9230a28c98c421f4a

Depsgraph: Headers cleanup

===================================================================

M	source/blender/depsgraph/intern/depsgraph_type_defines.cpp

===================================================================

diff --git a/source/blender/depsgraph/intern/depsgraph_type_defines.cpp b/source/blender/depsgraph/intern/depsgraph_type_defines.cpp
index 4f7af11..c56fdce 100644
--- a/source/blender/depsgraph/intern/depsgraph_type_defines.cpp
+++ b/source/blender/depsgraph/intern/depsgraph_type_defines.cpp
@@ -31,36 +31,15 @@
 #include <string.h>
 
 extern "C" {
-#include "BLI_blenlib.h"
-#include "BLI_ghash.h"
-#include "BLI_math.h"
 #include "BLI_utildefines.h"
+#include "BLI_ghash.h"
 
-#include "DNA_action_types.h"
 #include "DNA_anim_types.h"
-#include "DNA_armature_types.h"
-#include "DNA_modifier_types.h"
-#include "DNA_object_types.h"
-#include "DNA_scene_types.h"
 
-#include "BKE_action.h"
 #include "BKE_animsys.h"
-#include "BKE_armature.h"
 #include "BKE_fcurve.h"
-#include "BKE_scene.h"
-#include "BKE_object.h"
-#include "BKE_rigidbody.h"
-
-/* TODO(sergey): This is rather temp solution anyway. */
-#include "../../ikplugin/BIK_api.h"
-
-#include "BKE_global.h"
-#include "BKE_main.h"
 
 #include "DEG_depsgraph.h"
-
-#include "RNA_access.h"
-#include "RNA_types.h"
 } /* extern "C" */
 
 #include "depsgraph_debug.h"




More information about the Bf-blender-cvs mailing list