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_GammaNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_GammaNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_GammaNode.cpp b/source/blender/compositor/nodes/COM_GammaNode.cpp
index 0c60c871864..1ce17faa0dc 100644
--- a/source/blender/compositor/nodes/COM_GammaNode.cpp
+++ b/source/blender/compositor/nodes/COM_GammaNode.cpp
@@ -17,8 +17,8 @@
*/
#include "COM_GammaNode.h"
-#include "COM_GammaOperation.h"
#include "COM_ExecutionSystem.h"
+#include "COM_GammaOperation.h"
GammaNode::GammaNode(bNode *editorNode) : Node(editorNode)
{