From f2a36772842b04557cae81108cd3a856b6eb5eed Mon Sep 17 00:00:00 2001 From: Nan Zhou Date: Tue, 21 Jun 2022 17:47:01 +0000 Subject: human_sort_test: fix headers IWYU. Use <> for dependency headers and "" for bmcweb headers. Reference: https://gcc.gnu.org/onlinedocs/cpp/Search-Path.html Tested: unit test passes. Signed-off-by: Nan Zhou Change-Id: I6a329c8b04b0eccda7f601128f66770a7f119676 --- include/ut/human_sort_test.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/ut/human_sort_test.cpp b/include/ut/human_sort_test.cpp index 7845f291f5..b9c245aee6 100644 --- a/include/ut/human_sort_test.cpp +++ b/include/ut/human_sort_test.cpp @@ -1,8 +1,10 @@ -#include +#include "human_sort.hpp" #include +#include -#include "gmock/gmock.h" +#include +#include TEST(AlphaNum, NumberTests) { -- cgit v1.2.3