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:
Diffstat (limited to 'source/blender/depsgraph/intern/node/deg_node_id.cc')
-rw-r--r--source/blender/depsgraph/intern/node/deg_node_id.cc6
1 files changed, 3 insertions, 3 deletions
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 {