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/intern/COM_ExecutionModel.h')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionModel.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_ExecutionModel.h b/source/blender/compositor/intern/COM_ExecutionModel.h
index 452861ae4be..f0adc7d3e54 100644
--- a/source/blender/compositor/intern/COM_ExecutionModel.h
+++ b/source/blender/compositor/intern/COM_ExecutionModel.h
@@ -18,12 +18,9 @@
#pragma once
-#include "BLI_rect.h"
-#include "BLI_vector.hh"
+#include "BLI_span.hh"
-#include "COM_ExecutionSystem.h"
-
-#include <functional>
+#include "DNA_vec_types.h"
#ifdef WITH_CXX_GUARDEDALLOC
# include "MEM_guardedalloc.h"
@@ -31,6 +28,8 @@
namespace blender::compositor {
+class CompositorContext;
+class ExecutionSystem;
class NodeOperation;
/**