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:
authorManuel Castilla <manzanillawork@gmail.com>2021-10-14 00:00:24 +0300
committerManuel Castilla <manzanillawork@gmail.com>2021-10-14 00:41:14 +0300
commitecb8a574c752068de9f8d9eb98f54db1569df2f7 (patch)
tree705bed742cf9214af62422701e9ab5eb505849f1 /source/blender/compositor/intern/COM_ConstantFolder.h
parent91c33c8b99520b6b094265a826cd391929a81716 (diff)
Cleanup: remove unused includes in Compositor
And move unneeded includes in frequently used headers to source files. Slightly reduces compile time.
Diffstat (limited to 'source/blender/compositor/intern/COM_ConstantFolder.h')
-rw-r--r--source/blender/compositor/intern/COM_ConstantFolder.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source/blender/compositor/intern/COM_ConstantFolder.h b/source/blender/compositor/intern/COM_ConstantFolder.h
index 2432e859a5a..f31cb4f4e78 100644
--- a/source/blender/compositor/intern/COM_ConstantFolder.h
+++ b/source/blender/compositor/intern/COM_ConstantFolder.h
@@ -18,16 +18,12 @@
#pragma once
-#include "BLI_map.hh"
-#include "BLI_set.hh"
-#include "BLI_vector.hh"
-
-#include "COM_NodeOperationBuilder.h"
#include "COM_defines.h"
namespace blender::compositor {
class NodeOperation;
+class NodeOperationBuilder;
class ConstantOperation;
class MemoryBuffer;