Add back include cleaner

Include cleaner helps the code review process.  Add it back, by ignoring
some of the more recent boost headers.

Change-Id: I6eddd0e67cd9f469c93fbb344cc1ab46231e450f
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/.clang-tidy b/.clang-tidy
index 0c672f0..6f5f71d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -240,6 +240,7 @@
     misc-coroutine-hostile-raii,
     misc-definitions-in-headers,
     misc-header-include-cycle,
+    misc-include-cleaner,
     misc-misleading-bidirectional,
     misc-misleading-identifier,
     misc-misplaced-const,
@@ -351,7 +352,7 @@
 -   key: cppcoreguidelines-rvalue-reference-param-not-moved.IgnoreUnnamedParams
     value: true
 -   key: misc-include-cleaner.IgnoreHeaders
-    value: ((nlohmann/json.hpp)|(nlohmann/json_fwd.hpp)|(boost/asio/connect_pipe.hpp)|(boost/beast/websocket/rfc6455.hpp)|(read.hpp)|(write.hpp)|(boost/circular_buffer.hpp)|(boost/asio/.*read.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/.*)|(boost/system/error_code.hpp)|(json_formatters.hpp)|(boost_formatters.hpp)|(CLI/.*))
+    value: ((nlohmann/json.hpp)|(nlohmann/json_fwd.hpp)|(boost/beast/http/.*_fwd.hpp)|(boost/beast/http/serializer.hpp)|(boost/asio/connect_pipe.hpp)|(boost/beast/websocket/rfc6455.hpp)|(read.hpp)|(write.hpp)|(boost/circular_buffer.hpp)|(boost/asio/.*read.hpp)|(boost/.*/src.hpp)|(boost/.*/detail/.*)|(nlohmann/detail/.*)|(stdio.h)|(ranges)|(bits/.*)|(boost/system/error_code.hpp)|(json_formatters.hpp)|(boost_formatters.hpp)|(CLI/.*))
 -   key: readability-identifier-naming.ClassCase
     value: CamelCase
 -   key: readability-identifier-naming.FunctionCase