Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-03-19 11:33:03 +0300
committerDalai Felinto <dalai@blender.org>2020-03-19 11:33:58 +0300
commit2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 (patch)
treeec50d7bdca3901a6afcc986943011f08f9516307 /source/blender/depsgraph/intern/node
parent008aaaa37841ca27d2bba80d8859336655cef455 (diff)
Cleanup: `make format` after SortedIncludes change
Diffstat (limited to 'source/blender/depsgraph/intern/node')
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_component.cc6
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_component.h2
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_factory.h2
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_id.cc6
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_id.h2
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_operation.cc4
6 files changed, 11 insertions, 11 deletions
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 <stdio.h>
#include <cstring> /* required for STREQ later on. */
+#include <stdio.h>
-#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 <stdio.h>
#include <cstring> /* required for STREQ later on. */
+#include <stdio.h>
-#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 {