From c94ad49bc747e7a7170287b9f4c859e3638cf432 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 10 Oct 2019 15:39:33 -0700 Subject: Make references to crow less obvious Recently, a number of people in the community have made the (admittedly easy) mistake that we use a significant portion of crow. Today, we use crow for the router, and the "app" structure, and even those have been significantly modified to meet the bmc needs. All other components have been replaced with Boost beast. This commit removes the crow mentions from the Readme, and moves the crow folder to "http" to camouflage it a little. No code content has changed. Tested: Code compiles. No functional change made to any executable code. Signed-off-by: Ed Tanous Change-Id: Iceb57b26306cc8bdcfc77f3874246338864fd118 --- include/webassets.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/webassets.hpp') diff --git a/include/webassets.hpp b/include/webassets.hpp index daead984fc..aec7dba9a3 100644 --- a/include/webassets.hpp +++ b/include/webassets.hpp @@ -1,9 +1,9 @@ #pragma once -#include -#include -#include -#include +#include +#include +#include +#include #include #include -- cgit v1.2.3