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