#8243: Changed order of includes. Moved mathlib include at first place.
This commit is contained in:
parent
b678f3c4c4
commit
db787369b9
|
@ -17,11 +17,10 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "mathlib.h"
|
||||
#include "errorlogger.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "mathlib.h"
|
||||
|
||||
#include <cctype>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
|
Loading…
Reference in New Issue