diff --git a/tools/build/cross-build/include/common/sys/types.h b/tools/build/cross-build/include/common/sys/types.h index 0bfe2bac2ae..82436e7e922 100644 --- a/tools/build/cross-build/include/common/sys/types.h +++ b/tools/build/cross-build/include/common/sys/types.h @@ -69,15 +69,7 @@ struct cap_rights; typedef struct cap_rights cap_rights_t; -/* - * make.py uses these headers during the bmake bootstrap on Linux only, at - * which point sys/bitcount.h won't yet exist, so don't include it there. - * - * TODO: Untangle this mess. - */ -#if __has_include() /* Needed for bitstring */ #include -#endif #endif