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_BoxMaskNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_BoxMaskNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_BoxMaskNode.cpp b/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
index 98b4811743f..ef62536595c 100644
--- a/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
@@ -20,8 +20,8 @@
#include "COM_BoxMaskOperation.h"
#include "COM_ExecutionSystem.h"
-#include "COM_SetValueOperation.h"
#include "COM_ScaleOperation.h"
+#include "COM_SetValueOperation.h"
BoxMaskNode::BoxMaskNode(bNode *editorNode) : Node(editorNode)
{