Remove some superfluous includes.

This commit is contained in:
kh1
2010-03-29 13:53:25 +02:00
parent 3c1f3f0b2c
commit 8b96dbf747
2 changed files with 1 additions and 2 deletions

View File

@@ -36,8 +36,6 @@
#include <QtCore/QDir> #include <QtCore/QDir>
#include <QtCore/QFileInfo> #include <QtCore/QFileInfo>
#include <QtCore/QMutexLocker> #include <QtCore/QMutexLocker>
#include <QtCore/QString>
#include <QtCore/QUrl>
#include <QtHelp/QHelpEngine> #include <QtHelp/QHelpEngine>
#include <QtHelp/QHelpEngineCore> #include <QtHelp/QHelpEngineCore>

View File

@@ -26,6 +26,7 @@
** contact the sales department at http://qt.nokia.com/contact. ** contact the sales department at http://qt.nokia.com/contact.
** **
**************************************************************************/ **************************************************************************/
#ifndef HELPMANAGER_H #ifndef HELPMANAGER_H
#define HELPMANAGER_H #define HELPMANAGER_H