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_DefocusNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_DefocusNode.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/compositor/nodes/COM_DefocusNode.cpp b/source/blender/compositor/nodes/COM_DefocusNode.cpp
index 8d64b629e40..0f09e5bfc91 100644
--- a/source/blender/compositor/nodes/COM_DefocusNode.cpp
+++ b/source/blender/compositor/nodes/COM_DefocusNode.cpp
@@ -17,18 +17,18 @@
*/
#include "COM_DefocusNode.h"
-#include "DNA_scene_types.h"
-#include "DNA_camera_types.h"
-#include "DNA_object_types.h"
-#include "DNA_node_types.h"
-#include "COM_ExecutionSystem.h"
-#include "COM_ConvertDepthToRadiusOperation.h"
-#include "COM_VariableSizeBokehBlurOperation.h"
#include "COM_BokehImageOperation.h"
+#include "COM_ConvertDepthToRadiusOperation.h"
+#include "COM_ExecutionSystem.h"
+#include "COM_FastGaussianBlurOperation.h"
+#include "COM_GammaCorrectOperation.h"
#include "COM_MathBaseOperation.h"
#include "COM_SetValueOperation.h"
-#include "COM_GammaCorrectOperation.h"
-#include "COM_FastGaussianBlurOperation.h"
+#include "COM_VariableSizeBokehBlurOperation.h"
+#include "DNA_camera_types.h"
+#include "DNA_node_types.h"
+#include "DNA_object_types.h"
+#include "DNA_scene_types.h"
DefocusNode::DefocusNode(bNode *editorNode) : Node(editorNode)
{