GUITESTS: Remove include lines from test data.
The included files aren't found anyway so the lines are useless and can add more variance (filesystem access) to the results.
This commit is contained in:
parent
6e8bf43dc0
commit
039291d9d4
|
@ -18,13 +18,15 @@
|
|||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#include "checkother.h"
|
||||
#include "mathlib.h"
|
||||
#include "symboldatabase.h"
|
||||
// Remove includes from the benchmark run
|
||||
// Included files aren't found anyway
|
||||
//#include "checkother.h"
|
||||
//#include "mathlib.h"
|
||||
//#include "symboldatabase.h"
|
||||
|
||||
#include <cctype> // std::isupper
|
||||
#include <cmath> // fabs()
|
||||
#include <stack>
|
||||
//#include <cctype> // std::isupper
|
||||
//#include <cmath> // fabs()
|
||||
//#include <stack>
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Register this check class (by creating a static instance of it)
|
||||
|
|
Loading…
Reference in New Issue