From 189d44eddd93d1a2eb9e69d479b2f66b7d41f59c Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Mon, 9 Jul 2018 12:30:59 -0700 Subject: reorder headers Reordering all the headers to the following structure: header file: local c cpp (including openbmc libraries) source file: source.hpp (if applicable) local c cpp Change-Id: Ia74a5c761a3029819366159de3cfd40c5e4c4a2c Signed-off-by: Patrick Venture --- ncsi_util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ncsi_util.cpp') diff --git a/ncsi_util.cpp b/ncsi_util.cpp index c1deff4..c177bec 100644 --- a/ncsi_util.cpp +++ b/ncsi_util.cpp @@ -1,13 +1,13 @@ +#include "ncsi_util.hpp" + #include #include #include #include -#include "ncsi_util.hpp" -#include "xyz/openbmc_project/Common/error.hpp" - #include #include +#include namespace phosphor { -- cgit v1.2.1