Mercurial > dedupe
comparison TestFramework.cpp @ 62:247adcbbaf8b
Remove unnecessary includes in .cpp files.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 14 Sep 2012 20:57:44 +0200 |
| parents | f711ddb56ae7 |
| children | 8136057988bc |
comparison
equal
deleted
inserted
replaced
| 61:e5fa379d4030 | 62:247adcbbaf8b |
|---|---|
| 1 #include <QtCore/QDateTime> | 1 #include <QtCore/QDateTime> |
| 2 #include <QtCore/QString> | |
| 3 | 2 |
| 4 std::ostream& operator<<(std::ostream& out, const QString& rhs) | 3 std::ostream& operator<<(std::ostream& out, const QString& rhs) |
| 5 { | 4 { |
| 6 return out << rhs.toStdString(); | 5 return out << rhs.toStdString(); |
| 7 } | 6 } |
