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'.
// TODO: consider making PublicInbox::CodeSearchIdx emit binary
// (20 or 32-bit) OIDs instead of ASCII hex. It would require
// more code in both Perl and C++, though...
+#include "khashl.h"
// assumes trusted data from same host
static inline unsigned int hex2uint(char c)