diff options
author | David Robillard <d@drobilla.net> | 2024-10-01 18:09:49 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-01 18:25:44 -0400 |
commit | e47873e863b7fb6bb081681f1944135c1c1cb61a (patch) | |
tree | ee918ac145612e4bd04d3e2c2903a8b8a4c0865e /include/chilbert | |
parent | 54570dc09a0de4c4773e9ca7a6fef80c3bcdfc2e (diff) | |
download | chilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.tar.gz chilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.tar.bz2 chilbert-e47873e863b7fb6bb081681f1944135c1c1cb61a.zip |
Clean up includes and remove now-unnecessary IWYU configuration
Diffstat (limited to 'include/chilbert')
-rw-r--r-- | include/chilbert/chilbert.ipp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <cassert> |