#8243: Changed order of includes. Moved mathlib include at first place.

This commit is contained in:
orbitcowboy 2017-10-14 16:30:10 +02:00
parent b678f3c4c4
commit db787369b9
2 changed files with 5 additions and 6 deletions

View File

@ -17,11 +17,10 @@
*/
#include "mathlib.h"
#include "errorlogger.h"
#include "utils.h"
#include "mathlib.h"
#include <cctype>
#include <cmath>
#include <cstdlib>