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/nodes/COM_TranslateNode.cc
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/nodes/COM_TranslateNode.cc')
-rw-r--r--source/blender/compositor/nodes/COM_TranslateNode.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_TranslateNode.cc b/source/blender/compositor/nodes/COM_TranslateNode.cc
index 165a03baf41..6dbd350fabf 100644
--- a/source/blender/compositor/nodes/COM_TranslateNode.cc
+++ b/source/blender/compositor/nodes/COM_TranslateNode.cc
@@ -18,7 +18,6 @@
#include "COM_TranslateNode.h"
-#include "COM_ExecutionSystem.h"
#include "COM_TranslateOperation.h"
#include "COM_WrapOperation.h"
#include "COM_WriteBufferOperation.h"