From 4d29b73c4c311dffce9243b8bb70d6949f7c6fc2 Mon Sep 17 00:00:00 2001 From: Piotr Ganicz Date: Tue, 10 May 2016 12:25:17 +0200 Subject: [PATCH] Reorder the header files 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 | 6 +++--- src/common/step/pkgmgr/step_update_tep.h | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/certificate_validation.cc b/src/common/certificate_validation.cc index d0b80dd..3c33e5f 100644 --- a/src/common/certificate_validation.cc +++ b/src/common/certificate_validation.cc @@ -4,12 +4,12 @@ #include "common/certificate_validation.h" -#include -#include - #include #include +#include +#include + #include "common/utils/base64.h" namespace bf = boost::filesystem; diff --git a/src/common/step/pkgmgr/step_update_tep.h b/src/common/step/pkgmgr/step_update_tep.h index 1f0c607..c00f715 100644 --- a/src/common/step/pkgmgr/step_update_tep.h +++ b/src/common/step/pkgmgr/step_update_tep.h @@ -7,10 +7,11 @@ #include +#include + #include "common/installer_context.h" #include "common/step/step.h" -#include namespace common_installer { namespace pkgmgr { -- 2.7.4