[libc-commits] [libc] [libc][NFC] Cleanup time.h (PR #122027)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Jan 8 10:36:59 PST 2025
================
@@ -11,8 +11,8 @@
#include "src/__support/common.h"
#include "src/__support/macros/config.h"
+#include "hdr/time_macros.h"
----------------
nickdesaulniers wrote:
If the comments removed are still precise I kind of like keeping that style to tell at a glace _why_ we're including something, even if they're prone to becoming stale, and needlessly obfuscate `git blame`. Here and below. (just for time_macros.h; the hdr/types/*.h are self evident).
https://github.com/llvm/llvm-project/pull/122027
More information about the libc-commits
mailing list