From db787369b917f2e0b909ffe3c13609d856d00949 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sat, 14 Oct 2017 16:30:10 +0200 Subject: [PATCH] #8243: Changed order of includes. Moved mathlib include at first place. --- cfg/std.cfg | 8 ++++---- lib/mathlib.cpp | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cfg/std.cfg b/cfg/std.cfg index 1d78c8161..ee7a90064 100644 --- a/cfg/std.cfg +++ b/cfg/std.cfg @@ -5867,28 +5867,28 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun false - + false - + false - + false - + diff --git a/lib/mathlib.cpp b/lib/mathlib.cpp index a96846296..53036a28c 100644 --- a/lib/mathlib.cpp +++ b/lib/mathlib.cpp @@ -17,11 +17,10 @@ */ +#include "mathlib.h" #include "errorlogger.h" #include "utils.h" -#include "mathlib.h" - #include #include #include