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_ViewerOperation.h')
-rw-r--r--source/blender/compositor/operations/COM_ViewerOperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/operations/COM_ViewerOperation.h b/source/blender/compositor/operations/COM_ViewerOperation.h
index 9a6239ca32e..aae2e912804 100644
--- a/source/blender/compositor/operations/COM_ViewerOperation.h
+++ b/source/blender/compositor/operations/COM_ViewerOperation.h
@@ -18,10 +18,10 @@
#ifndef __COM_VIEWEROPERATION_H__
#define __COM_VIEWEROPERATION_H__
+#include "BKE_global.h"
+#include "BLI_rect.h"
#include "COM_NodeOperation.h"
#include "DNA_image_types.h"
-#include "BLI_rect.h"
-#include "BKE_global.h"
class ViewerOperation : public NodeOperation {
private: