From e47873e863b7fb6bb081681f1944135c1c1cb61a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 1 Oct 2024 18:09:49 -0400 Subject: Clean up includes and remove now-unnecessary IWYU configuration --- .clant.json | 4 ---- .includes.imp | 3 --- benchmark/bench_bitvec.cpp | 1 - include/chilbert/chilbert.ipp | 1 - 4 files changed, 9 deletions(-) delete mode 100644 .clant.json delete mode 100644 .includes.imp diff --git a/.clant.json b/.clant.json deleted file mode 100644 index 76cae6d..0000000 --- a/.clant.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": "1.0.0", - "mapping_files": [".includes.imp"] -} diff --git a/.includes.imp b/.includes.imp deleted file mode 100644 index 41e4b8b..0000000 --- a/.includes.imp +++ /dev/null @@ -1,3 +0,0 @@ -[ - { "symbol": [ "std::array", "private", "", "public" ] }, -] diff --git a/benchmark/bench_bitvec.cpp b/benchmark/bench_bitvec.cpp index 0eed895..bddde23 100644 --- a/benchmark/bench_bitvec.cpp +++ b/benchmark/bench_bitvec.cpp @@ -9,7 +9,6 @@ #include "chilbert/SmallBitVec.hpp" #include "chilbert/StaticBitVec.hpp" // IWYU pragma: keep -#include #include #include #include diff --git a/include/chilbert/chilbert.ipp b/include/chilbert/chilbert.ipp index 1c63178..cdb0755 100644 --- a/include/chilbert/chilbert.ipp +++ b/include/chilbert/chilbert.ipp @@ -6,7 +6,6 @@ #include "chilbert/DynamicBitVec.hpp" #include "chilbert/SmallBitVec.hpp" #include "chilbert/StaticBitVec.hpp" -#include "chilbert/chilbert.hpp" #include "chilbert/detail/gray_code_rank.hpp" #include -- cgit v1.2.1