summaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-10-12 23:28:58 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-10-12 23:49:37 +0300
commit77665bdac1063ae547890a983daeab7f4320457d (patch)
treef1900d7b8cba9a37069c5ea159a38598207e0719 /test/include
parentb4ad4c05eeb2104de3becaf704fa1055f72e8b61 (diff)
downloadbmcweb-77665bdac1063ae547890a983daeab7f4320457d.tar.xz
header cleanups
This commit fixed several places (but not all) where wrong include directory is specified and prevent the clean up in the chidren changes. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ibbba62e2c0cfe3583a65f1befa1b233bd3eebf19
Diffstat (limited to 'test/include')
-rw-r--r--test/include/multipart_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/include/multipart_test.cpp b/test/include/multipart_test.cpp
index f29bcfe5c8..38ac53deb0 100644
--- a/test/include/multipart_test.cpp
+++ b/test/include/multipart_test.cpp
@@ -1,4 +1,4 @@
-#include "http/http_request.hpp"
+#include "http_request.hpp"
#include "multipart_parser.hpp"
#include <boost/beast/http/fields.hpp>