diff --git a/tools/reduce.cpp b/tools/reduce.cpp index b8593d5fa..bcff93407 100644 --- a/tools/reduce.cpp +++ b/tools/reduce.cpp @@ -15,6 +15,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#include "cppcheck.h" +#include "mathlib.h" +#include "path.h" + #include #include #include @@ -22,10 +26,6 @@ #include #include -#include "cppcheck.h" -#include "mathlib.h" -#include "path.h" - class ReduceSettings : public Settings { public: ReduceSettings() : filename(0), linenr(0), hang(false), maxtime(0) {