From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/depsgraph/intern/depsgraph.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/depsgraph/intern/depsgraph.cc') diff --git a/source/blender/depsgraph/intern/depsgraph.cc b/source/blender/depsgraph/intern/depsgraph.cc index a19a2958f28..2ce8f1aa071 100644 --- a/source/blender/depsgraph/intern/depsgraph.cc +++ b/source/blender/depsgraph/intern/depsgraph.cc @@ -30,24 +30,24 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" #include "BLI_console.h" -#include "BLI_hash.h" #include "BLI_ghash.h" +#include "BLI_hash.h" +#include "BLI_utildefines.h" extern "C" { -#include "BKE_scene.h" #include "BKE_global.h" #include "BKE_idcode.h" +#include "BKE_scene.h" } #include "DEG_depsgraph.h" #include "DEG_depsgraph_debug.h" -#include "intern/depsgraph_update.h" #include "intern/depsgraph_physics.h" -#include "intern/depsgraph_relation.h" #include "intern/depsgraph_registry.h" +#include "intern/depsgraph_relation.h" +#include "intern/depsgraph_update.h" #include "intern/eval/deg_eval_copy_on_write.h" -- cgit v1.2.3