summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/createlocalrepositoryoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/createlocalrepositoryoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/createlocalrepositoryoperation.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/installerbuilder/libinstaller/createlocalrepositoryoperation.cpp b/installerbuilder/libinstaller/createlocalrepositoryoperation.cpp
index 5e4af2fb1..a0527f432 100644
--- a/installerbuilder/libinstaller/createlocalrepositoryoperation.cpp
+++ b/installerbuilder/libinstaller/createlocalrepositoryoperation.cpp
@@ -31,14 +31,15 @@
**************************************************************************/
#include "createlocalrepositoryoperation.h"
-#include "common/binaryformat.h"
-#include "common/errors.h"
-#include "common/fileutils.h"
+#include "binaryformat.h"
+#include "errors.h"
+#include "fileutils.h"
#include "copydirectoryoperation.h"
-#include "kdupdaterupdateoperations.h"
#include "lib7z_facade.h"
#include "packagemanagercore.h"
+#include "kdupdaterupdateoperations.h"
+
#include <QtCore/QDir>
#include <QtCore/QDirIterator>