summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/getrepositoriesmetainfojob.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/getrepositoriesmetainfojob.h')
-rw-r--r--installerbuilder/libinstaller/getrepositoriesmetainfojob.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/installerbuilder/libinstaller/getrepositoriesmetainfojob.h b/installerbuilder/libinstaller/getrepositoriesmetainfojob.h
index 968e0f129..e44032b48 100644
--- a/installerbuilder/libinstaller/getrepositoriesmetainfojob.h
+++ b/installerbuilder/libinstaller/getrepositoriesmetainfojob.h
@@ -29,22 +29,20 @@
** Nokia at qt-info@nokia.com.
**
**************************************************************************/
-
#ifndef GETREPOSITORIESMETAINFOJOB_H
#define GETREPOSITORIESMETAINFOJOB_H
-#include <kdjob.h>
+#include "fileutils.h"
+#include "installer_global.h"
+#include "repository.h"
+
+#include "kdjob.h"
#include <QtCore/QList>
#include <QtCore/QPointer>
#include <QtCore/QString>
#include <QtCore/QStringList>
-#include <common/fileutils.h>
-#include <common/repository.h>
-
-#include "installer_global.h"
-
namespace KDUpdater {
class FileDownloader;
}