diff --git a/include/suboptimal/solvers/linear/SimplexSolverConfig.h b/include/suboptimal/solvers/linear/SimplexSolverConfig.h index f59633a..7fddb05 100644 --- a/include/suboptimal/solvers/linear/SimplexSolverConfig.h +++ b/include/suboptimal/solvers/linear/SimplexSolverConfig.h @@ -1,10 +1,10 @@ #pragma once -#include "suboptimal/solvers/linear/SimplexPivotRule.h" - #include #include +#include "suboptimal/solvers/linear/SimplexPivotRule.h" + namespace suboptimal { struct SimplexSolverConfig { // Enables verbose output diff --git a/src/util/SolverProfiler.h b/src/util/SolverProfiler.h index 97cb157..7b2841c 100644 --- a/src/util/SolverProfiler.h +++ b/src/util/SolverProfiler.h @@ -1,7 +1,6 @@ #pragma once #include -#include class SolverProfiler { public: