chore: Enable clang-tidy include cleaner (#6947)

This commit is contained in:
Alex Kremer
2026-04-17 17:43:49 +01:00
committed by GitHub
parent affe5835fe
commit 653a383ff5
732 changed files with 10454 additions and 1282 deletions

View File

@@ -2,12 +2,28 @@
#include <xrpl/basics/BasicConfig.h>
#include <xrpl/basics/contract.h>
#include <xrpl/beast/unit_test/suite.h>
#include <xrpl/rdb/SociDB.h>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/optional/optional.hpp>
#include <soci/into.h>
#include <soci/session.h>
#include <soci/use.h>
#include <algorithm>
#include <cstdint>
#include <cstring>
#include <exception>
#include <iterator>
#include <limits>
#include <stdexcept>
#include <string_view>
#include <utility>
#include <vector>
namespace xrpl {
class SociDB_test final : public TestSuite