meson: switch config.h to config.hpp
Enable a transition of this file from C to C++ so that we
can use C++ constants instead of #defines in future commits.
Change-Id: I1149ebdaaeb99b7e7974ca846b9b07a3399edea0
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/inc/hostSelector_switch.hpp b/inc/hostSelector_switch.hpp
index 806da06..70e31e0 100644
--- a/inc/hostSelector_switch.hpp
+++ b/inc/hostSelector_switch.hpp
@@ -1,9 +1,8 @@
#pragma once
-#include "config.h"
-
#include "button_factory.hpp"
#include "button_interface.hpp"
#include "common.hpp"
+#include "config.hpp"
#include "gpio.hpp"
#include "xyz/openbmc_project/Chassis/Buttons/HostSelector/server.hpp"
#include "xyz/openbmc_project/Chassis/Common/error.hpp"