summaryrefslogtreecommitdiffstats
path: root/src/testlib/qbenchmarkevent.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-21 10:07:51 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-21 02:52:01 +0200
commitdd31340245c951d87537aec0cf957798e1d4214f (patch)
tree1d535bf6a0f8cbc9a37e7096f162c5fb15a0db50 /src/testlib/qbenchmarkevent.cpp
parented374ed3ee4be49c4d66c69b9445781cd5554b23 (diff)
Make testlib use #include consistently.
Change-Id: I36b5da3f832d2588072405d93143173edc29f4af Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qbenchmarkevent.cpp')
-rw-r--r--src/testlib/qbenchmarkevent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testlib/qbenchmarkevent.cpp b/src/testlib/qbenchmarkevent.cpp
index 86957d44b9..05d00156c8 100644
--- a/src/testlib/qbenchmarkevent.cpp
+++ b/src/testlib/qbenchmarkevent.cpp
@@ -39,9 +39,9 @@
**
****************************************************************************/
-#include "QtTest/private/qbenchmarkevent_p.h"
-#include "QtTest/private/qbenchmark_p.h"
-#include "QtTest/private/qbenchmarkmetric_p.h"
+#include <QtTest/private/qbenchmarkevent_p.h>
+#include <QtTest/private/qbenchmark_p.h>
+#include <QtTest/private/qbenchmarkmetric_p.h>
#include <qdebug.h>
QT_BEGIN_NAMESPACE