]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
xh_cidx: include khashl.h to placate cppcheck(1)
authorEric Wong <e@80x24.org>
Sun, 26 Oct 2025 00:16:43 +0000 (00:16 +0000)
committerEric Wong <e@80x24.org>
Mon, 27 Oct 2025 17:40:53 +0000 (17:40 +0000)
commit6ede5a44ec3f3a94f303de149bbcaed22c0be1ab
treecde2be4418cd2cbaf48473a58893e0dbe37fdbb9
parent815328c75d67e75784e17f6bd5d9dc9a22465037
xh_cidx: include khashl.h to placate cppcheck(1)

cppcheck(1) will complain about things normal compilers don't.
While this #include is unnecessary to us since we only have a
single compilation unit and don't intend to reuse this header
elsewhere, it seems mostly harmless since GNU and clang
preprocessors should be able to optimize out redundant headers,
anyways, even w/o `#pragma once'.
lib/PublicInbox/xh_cidx.h