Remove gui-related ifdef from testlib/qbenchmark.cpp

It didn't make sense, since testlib doesn't link against
gui. The QApplication api wasn't used anywhere anyway.

Change-Id: Idb1bd20c7bcd0f9f16a9b526a7dabe4afccecfc4
Reviewed-on: http://codereview.qt-project.org/5058
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
bb10
Kent Hansen 2011-09-16 08:29:53 +02:00 committed by Qt by Nokia
parent 1aaf08691d
commit d00017b842
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@
#include "QtTest/private/qbenchmark_p.h"
#include "QtTest/private/qbenchmarkmetric_p.h"
#ifdef QT_GUI_LIB
#include <QtGui/qguiapplication.h>
#endif
#include <QtCore/qprocess.h>
#include <QtCore/qdir.h>
#include <QtCore/qset.h>