From 95a542057a9de671e577c937ff4b64271645df73 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 19 Jun 2022 18:36:59 +0200 Subject: [PATCH] Rename math.h and cpp in filters to mm_math.h and cpp. --- modules/material_maker/nodes/filter/{math.cpp => mm_math.cpp} | 2 +- modules/material_maker/nodes/filter/{math.h => mm_math.h} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/material_maker/nodes/filter/{math.cpp => mm_math.cpp} (99%) rename modules/material_maker/nodes/filter/{math.h => mm_math.h} (100%) diff --git a/modules/material_maker/nodes/filter/math.cpp b/modules/material_maker/nodes/filter/mm_math.cpp similarity index 99% rename from modules/material_maker/nodes/filter/math.cpp rename to modules/material_maker/nodes/filter/mm_math.cpp index 120c209ba..dc7510c00 100644 --- a/modules/material_maker/nodes/filter/math.cpp +++ b/modules/material_maker/nodes/filter/mm_math.cpp @@ -1,5 +1,5 @@ -#include "math.h" +#include "mm_math.h" #include "../../algos/mm_algos.h" #include "../../editor/mm_graph_node.h" diff --git a/modules/material_maker/nodes/filter/math.h b/modules/material_maker/nodes/filter/mm_math.h similarity index 100% rename from modules/material_maker/nodes/filter/math.h rename to modules/material_maker/nodes/filter/mm_math.h