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_IDMaskNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_IDMaskNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_IDMaskNode.cpp b/source/blender/compositor/nodes/COM_IDMaskNode.cpp
index 50dd2ed93e9..5ba54d75bcd 100644
--- a/source/blender/compositor/nodes/COM_IDMaskNode.cpp
+++ b/source/blender/compositor/nodes/COM_IDMaskNode.cpp
@@ -17,9 +17,9 @@
*/
#include "COM_IDMaskNode.h"
-#include "COM_IDMaskOperation.h"
-#include "COM_ExecutionSystem.h"
#include "COM_AntiAliasOperation.h"
+#include "COM_ExecutionSystem.h"
+#include "COM_IDMaskOperation.h"
IDMaskNode::IDMaskNode(bNode *editorNode) : Node(editorNode)
{