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/operations/COM_PreviewOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_PreviewOperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_PreviewOperation.h b/source/blender/compositor/operations/COM_PreviewOperation.h
index 6560db727a8..f31bd533971 100644
--- a/source/blender/compositor/operations/COM_PreviewOperation.h
+++ b/source/blender/compositor/operations/COM_PreviewOperation.h
@@ -18,11 +18,11 @@
#ifndef __COM_PREVIEWOPERATION_H__
#define __COM_PREVIEWOPERATION_H__
+#include "BKE_global.h"
+#include "BLI_rect.h"
#include "COM_NodeOperation.h"
-#include "DNA_image_types.h"
#include "DNA_color_types.h"
-#include "BLI_rect.h"
-#include "BKE_global.h"
+#include "DNA_image_types.h"
class PreviewOperation : public NodeOperation {
protected: