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_query.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/depsgraph/intern/depsgraph_query.cc') diff --git a/source/blender/depsgraph/intern/depsgraph_query.cc b/source/blender/depsgraph/intern/depsgraph_query.cc index 4205f79b9c0..1f1e2482094 100644 --- a/source/blender/depsgraph/intern/depsgraph_query.cc +++ b/source/blender/depsgraph/intern/depsgraph_query.cc @@ -28,9 +28,9 @@ extern "C" { #include // XXX: memcpy -#include "BLI_utildefines.h" -#include "BLI_listbase.h" #include "BLI_ghash.h" +#include "BLI_listbase.h" +#include "BLI_utildefines.h" #include "BKE_action.h" // XXX: BKE_pose_channel_find_name #include "BKE_customdata.h" -- cgit v1.2.3