From: Piotr Ganicz Date: Tue, 10 May 2016 10:25:17 +0000 (+0200) Subject: Reorder the header files X-Git-Tag: accepted/tizen/common/20160513.123135~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F68917%2F3;p=platform%2Fcore%2Fappfw%2Fapp-installers.git 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 --- 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 {