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_InpaintNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_InpaintNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_InpaintNode.cpp b/source/blender/compositor/nodes/COM_InpaintNode.cpp
index 454aa3e147b..40fe63ec9f3 100644
--- a/source/blender/compositor/nodes/COM_InpaintNode.cpp
+++ b/source/blender/compositor/nodes/COM_InpaintNode.cpp
@@ -17,10 +17,10 @@
*/
#include "COM_InpaintNode.h"
-#include "DNA_scene_types.h"
+#include "BLI_math.h"
#include "COM_ExecutionSystem.h"
#include "COM_InpaintOperation.h"
-#include "BLI_math.h"
+#include "DNA_scene_types.h"
InpaintNode::InpaintNode(bNode *editorNode) : Node(editorNode)
{