##// END OF EJS Templates
Change cmath include order from clang format
perrinel -
r621:5307c43bd2d8
parent child
Show More
@@ -9,9 +9,9
9 9 #include <Variable/Variable.h>
10 10 #include <Variable/VariableController.h>
11 11
12 #include <cmath>
13 12 #include <QUuid>
14 13 #include <SqpApplication.h>
14 #include <cmath>
15 15
16 16 Q_LOGGING_CATEGORY(LOG_VisualizationZoneWidget, "VisualizationZoneWidget")
17 17
General Comments 0
You need to be logged in to leave comments. Login now