From f1226b3519c711585343eee28ecd61a9f4e926a2 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 19 Jun 2022 18:03:23 +0200 Subject: [PATCH] Removed include. --- modules/material_maker/nodes/filter/tonality.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/material_maker/nodes/filter/tonality.cpp b/modules/material_maker/nodes/filter/tonality.cpp index c8b27b333..15bb40b0c 100644 --- a/modules/material_maker/nodes/filter/tonality.cpp +++ b/modules/material_maker/nodes/filter/tonality.cpp @@ -1,8 +1,6 @@ #include "tonality.h" -#include "core/math/math_funcs.h" - #include "../../algos/mm_algos.h" #include "../../editor/mm_graph_node.h" #include "../mm_material.h"