From e08fbffcd9bd1976f7d26d48bf7a4c3e5843d4a8 Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Wed, 3 Apr 2019 09:19:34 -0700 Subject: Only include ipmid/api.hpp for the new API After some feedback from users of the new IPMI API, they wanted to see two things: 1) don't require ipmid/api.hpp and ipmid/registration.hpp to be able to write new handlers 2) only require including ipmid/api.hpp (instead of ipmid/api.h) So now, by simply including ipmid/api.hpp instead of ipmid/api.h (deprecated), handlers incorporating the new IPMI API can be written. Change-Id: I446dcce70cff03d4ecc28c658292d052485f77fc Signed-off-by: Vernon Mauery --- selutility.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'selutility.cpp') diff --git a/selutility.cpp b/selutility.cpp index 3aecb1c..97c2b2b 100644 --- a/selutility.cpp +++ b/selutility.cpp @@ -2,10 +2,9 @@ #include "selutility.hpp" -#include - #include #include +#include #include #include #include -- cgit v1.2.1