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_HueSaturationValueNode.cc')
-rw-r--r--source/blender/compositor/nodes/COM_HueSaturationValueNode.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc
index 29e5f39a144..7711c306f24 100644
--- a/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc
+++ b/source/blender/compositor/nodes/COM_HueSaturationValueNode.cc
@@ -20,11 +20,7 @@
#include "COM_ChangeHSVOperation.h"
#include "COM_ConvertOperation.h"
-#include "COM_ExecutionSystem.h"
#include "COM_MixOperation.h"
-#include "COM_SetColorOperation.h"
-#include "COM_SetValueOperation.h"
-#include "DNA_node_types.h"
namespace blender::compositor {