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/nodes/intern/node_common.c')
-rw-r--r--source/blender/nodes/intern/node_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/intern/node_common.c b/source/blender/nodes/intern/node_common.c
index 7886fcf4f4d..765fa84439f 100644
--- a/source/blender/nodes/intern/node_common.c
+++ b/source/blender/nodes/intern/node_common.c
@@ -21,8 +21,8 @@
* \ingroup nodes
*/
-#include <string.h>
#include <stddef.h>
+#include <string.h>
#include "DNA_node_types.h"
@@ -38,9 +38,9 @@
#include "MEM_guardedalloc.h"
+#include "NOD_common.h"
#include "node_common.h"
#include "node_util.h"
-#include "NOD_common.h"
enum {
REFINE_FORWARD = 1 << 0,