summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-06-21 20:47:01 +0300
committerEd Tanous <ed@tanous.net>2022-06-28 03:07:59 +0300
commitf2a36772842b04557cae81108cd3a856b6eb5eed (patch)
tree15b0fa8e105c02097ffa7cf6197ac07ccc6e105d
parentac992cded5af9dfcfb211f82f1bd2544bd45ea3c (diff)
downloadbmcweb-f2a36772842b04557cae81108cd3a856b6eb5eed.tar.xz
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 <nanzhoumails@gmail.com> Change-Id: I6a329c8b04b0eccda7f601128f66770a7f119676
-rw-r--r--include/ut/human_sort_test.cpp6
1 files 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 <human_sort.hpp>
+#include "human_sort.hpp"
#include <set>
+#include <string>
-#include "gmock/gmock.h"
+#include <gmock/gmock.h>
+#include <gtest/gtest.h>
TEST(AlphaNum, NumberTests)
{