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/compositor/nodes/COM_ValueNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_ValueNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_ValueNode.cpp b/source/blender/compositor/nodes/COM_ValueNode.cpp
index f9769c3709a..4227db0d10e 100644
--- a/source/blender/compositor/nodes/COM_ValueNode.cpp
+++ b/source/blender/compositor/nodes/COM_ValueNode.cpp
@@ -17,8 +17,8 @@
*/
#include "COM_ValueNode.h"
-#include "COM_SetValueOperation.h"
#include "COM_ExecutionSystem.h"
+#include "COM_SetValueOperation.h"
ValueNode::ValueNode(bNode *editorNode) : Node(editorNode)
{