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/nodes/COM_NormalizeNode.cc')
-rw-r--r--source/blender/compositor/nodes/COM_NormalizeNode.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_NormalizeNode.cc b/source/blender/compositor/nodes/COM_NormalizeNode.cc
index 639dd8e5a51..b42f8154ce0 100644
--- a/source/blender/compositor/nodes/COM_NormalizeNode.cc
+++ b/source/blender/compositor/nodes/COM_NormalizeNode.cc
@@ -17,7 +17,6 @@
*/
#include "COM_NormalizeNode.h"
-#include "COM_ExecutionSystem.h"
#include "COM_NormalizeOperation.h"
namespace blender::compositor {