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/node/deg_node_component.cc | 6 +++--- source/blender/depsgraph/intern/node/deg_node_component.h | 2 +- source/blender/depsgraph/intern/node/deg_node_factory.h | 2 +- source/blender/depsgraph/intern/node/deg_node_id.cc | 6 +++--- source/blender/depsgraph/intern/node/deg_node_id.h | 2 +- source/blender/depsgraph/intern/node/deg_node_operation.cc | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) (limited to 'source/blender/depsgraph/intern/node') diff --git a/source/blender/depsgraph/intern/node/deg_node_component.cc b/source/blender/depsgraph/intern/node/deg_node_component.cc index 73f9668eb5d..54796b8965b 100644 --- a/source/blender/depsgraph/intern/node/deg_node_component.cc +++ b/source/blender/depsgraph/intern/node/deg_node_component.cc @@ -23,11 +23,11 @@ #include "intern/node/deg_node_component.h" -#include #include /* required for STREQ later on. */ +#include -#include "BLI_utildefines.h" #include "BLI_ghash.h" +#include "BLI_utildefines.h" extern "C" { #include "DNA_object_types.h" @@ -35,8 +35,8 @@ extern "C" { #include "BKE_action.h" } /* extern "C" */ -#include "intern/node/deg_node_id.h" #include "intern/node/deg_node_factory.h" +#include "intern/node/deg_node_id.h" #include "intern/node/deg_node_operation.h" namespace DEG { diff --git a/source/blender/depsgraph/intern/node/deg_node_component.h b/source/blender/depsgraph/intern/node/deg_node_component.h index 6a2157fa3b2..38ea4005a72 100644 --- a/source/blender/depsgraph/intern/node/deg_node_component.h +++ b/source/blender/depsgraph/intern/node/deg_node_component.h @@ -26,8 +26,8 @@ #include "intern/node/deg_node.h" #include "intern/node/deg_node_operation.h" -#include "BLI_utildefines.h" #include "BLI_string.h" +#include "BLI_utildefines.h" struct GHash; struct ID; diff --git a/source/blender/depsgraph/intern/node/deg_node_factory.h b/source/blender/depsgraph/intern/node/deg_node_factory.h index 38487e7f979..db2c3bb2f44 100644 --- a/source/blender/depsgraph/intern/node/deg_node_factory.h +++ b/source/blender/depsgraph/intern/node/deg_node_factory.h @@ -25,8 +25,8 @@ #include "MEM_guardedalloc.h" -#include "intern/node/deg_node.h" #include "intern/depsgraph_type.h" +#include "intern/node/deg_node.h" struct ID; diff --git a/source/blender/depsgraph/intern/node/deg_node_id.cc b/source/blender/depsgraph/intern/node/deg_node_id.cc index cd25cc14069..0bb09390b4f 100644 --- a/source/blender/depsgraph/intern/node/deg_node_id.cc +++ b/source/blender/depsgraph/intern/node/deg_node_id.cc @@ -23,12 +23,12 @@ #include "intern/node/deg_node_id.h" -#include #include /* required for STREQ later on. */ +#include -#include "BLI_utildefines.h" #include "BLI_ghash.h" #include "BLI_string.h" +#include "BLI_utildefines.h" extern "C" { #include "DNA_ID.h" @@ -41,8 +41,8 @@ extern "C" { #include "DEG_depsgraph.h" #include "intern/eval/deg_eval_copy_on_write.h" -#include "intern/node/deg_node_factory.h" #include "intern/node/deg_node_component.h" +#include "intern/node/deg_node_factory.h" #include "intern/node/deg_node_time.h" namespace DEG { diff --git a/source/blender/depsgraph/intern/node/deg_node_id.h b/source/blender/depsgraph/intern/node/deg_node_id.h index 6eea31ebff9..80bb67f182f 100644 --- a/source/blender/depsgraph/intern/node/deg_node_id.h +++ b/source/blender/depsgraph/intern/node/deg_node_id.h @@ -23,9 +23,9 @@ #pragma once -#include "intern/node/deg_node.h" #include "BLI_sys_types.h" #include "DNA_ID.h" +#include "intern/node/deg_node.h" struct GHash; diff --git a/source/blender/depsgraph/intern/node/deg_node_operation.cc b/source/blender/depsgraph/intern/node/deg_node_operation.cc index 820dd607e3f..78399d5c953 100644 --- a/source/blender/depsgraph/intern/node/deg_node_operation.cc +++ b/source/blender/depsgraph/intern/node/deg_node_operation.cc @@ -25,12 +25,12 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" #include "BLI_ghash.h" +#include "BLI_utildefines.h" #include "intern/depsgraph.h" -#include "intern/node/deg_node_factory.h" #include "intern/node/deg_node_component.h" +#include "intern/node/deg_node_factory.h" #include "intern/node/deg_node_id.h" namespace DEG { -- cgit v1.2.3