reduce: update #include order

This commit is contained in:
Daniel Marjamäki 2013-08-18 18:19:24 +02:00
parent 784a8a1fcb
commit 982f63d58e
1 changed files with 4 additions and 4 deletions

View File

@ -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) {