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:
Kimmo Varis 2011-09-25 19:21:18 +03:00
parent 6e8bf43dc0
commit 039291d9d4
1 changed files with 8 additions and 6 deletions

View File

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