parent
aa3f1db33c
commit
899615c1e4
|
@ -18,7 +18,6 @@
|
|||
#include "cppcheck.h"
|
||||
|
||||
#include "preprocessor.h" // Preprocessor
|
||||
#include "simplecpp.h"
|
||||
#include "tokenize.h" // Tokenizer
|
||||
|
||||
#include "check.h"
|
||||
|
@ -28,6 +27,8 @@
|
|||
#include "timer.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <simplecpp.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "path.h"
|
||||
#include "errorlogger.h"
|
||||
#include "settings.h"
|
||||
#include "simplecpp.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
//---------------------------------------------------------------------------
|
||||
|
||||
#include "config.h"
|
||||
#include "simplecpp.h"
|
||||
|
||||
#include <simplecpp.h>
|
||||
#include <map>
|
||||
#include <istream>
|
||||
#include <string>
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
#include "settings.h"
|
||||
#include "errorlogger.h"
|
||||
#include "utils.h"
|
||||
#include "simplecpp.h"
|
||||
|
||||
#include <simplecpp.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <sstream>
|
||||
|
|
|
@ -26,7 +26,8 @@
|
|||
#include "tokenize.h"
|
||||
#include "token.h"
|
||||
#include "settings.h"
|
||||
#include "simplecpp.h"
|
||||
|
||||
#include <simplecpp.h>
|
||||
|
||||
#include <cstring>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in New Issue