Reorder the header files 17/68917/3
authorPiotr Ganicz <p.ganicz@samsung.com>
Tue, 10 May 2016 10:25:17 +0000 (12:25 +0200)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 11 May 2016 12:48:11 +0000 (05:48 -0700)
This commit reorders the header files to provide better coding style.
The patch provides zero errors in /tools/check-coding-style app.

Change-Id: I5269a2eb68b93eb245491f2f3608844861e38cb1

src/common/certificate_validation.cc
src/common/step/pkgmgr/step_update_tep.h

index d0b80dd..3c33e5f 100644 (file)
@@ -4,12 +4,12 @@
 
 #include "common/certificate_validation.h"
 
-#include <algorithm>
-#include <regex>
-
 #include <boost/format.hpp>
 #include <vcore/SignatureValidator.h>
 
+#include <algorithm>
+#include <regex>
+
 #include "common/utils/base64.h"
 
 namespace bf = boost::filesystem;
index 1f0c607..c00f715 100644 (file)
@@ -7,10 +7,11 @@
 
 #include <manifest_parser/utils/logging.h>
 
+#include <boost/filesystem/path.hpp>
+
 #include "common/installer_context.h"
 #include "common/step/step.h"
 
-#include <boost/filesystem/path.hpp>
 
 namespace common_installer {
 namespace pkgmgr {