diff --git a/gui/test/data/benchmark/simple.cpp b/gui/test/data/benchmark/simple.cpp index bd118c63f..719b1f0d5 100644 --- a/gui/test/data/benchmark/simple.cpp +++ b/gui/test/data/benchmark/simple.cpp @@ -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 // std::isupper -#include // fabs() -#include +//#include // std::isupper +//#include // fabs() +//#include //--------------------------------------------------------------------------- // Register this check class (by creating a static instance of it)