summaryrefslogtreecommitdiff
path: root/include/redfish_v1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/redfish_v1.hpp')
-rw-r--r--include/redfish_v1.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/redfish_v1.hpp b/include/redfish_v1.hpp
index 3e97ad1e28..d77d893cae 100644
--- a/include/redfish_v1.hpp
+++ b/include/redfish_v1.hpp
@@ -4,16 +4,18 @@
#include <boost/algorithm/string.hpp>
#include <dbus_singleton.hpp>
-#include <fstream>
#include <persistent_data_middleware.hpp>
+#include <token_authorization_middleware.hpp>
+
+#include <fstream>
#include <streambuf>
#include <string>
-#include <token_authorization_middleware.hpp>
namespace crow
{
namespace redfish
{
-template <typename... Middlewares> void requestRoutes(Crow<Middlewares...>& app)
+template <typename... Middlewares>
+void requestRoutes(Crow<Middlewares...>& app)
{
BMCWEB_ROUTE(app, "/redfish/")
.methods("GET"_method)(