Rename math.h and cpp in filters to mm_math.h and cpp.

This commit is contained in:
Relintai 2022-06-19 18:36:59 +02:00
parent ed928158bd
commit 95a542057a
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include "math.h"
#include "mm_math.h"
#include "../../algos/mm_algos.h"
#include "../../editor/mm_graph_node.h"