reduce: update #include order
This commit is contained in:
parent
784a8a1fcb
commit
982f63d58e
|
@ -15,6 +15,10 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "cppcheck.h"
|
||||
#include "mathlib.h"
|
||||
#include "path.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
@ -22,10 +26,6 @@
|
|||
#include <cstring>
|
||||
#include <ctime>
|
||||
|
||||
#include "cppcheck.h"
|
||||
#include "mathlib.h"
|
||||
#include "path.h"
|
||||
|
||||
class ReduceSettings : public Settings {
|
||||
public:
|
||||
ReduceSettings() : filename(0), linenr(0), hang(false), maxtime(0) {
|
||||
|
|
Loading…
Reference in New Issue