Bypass GN check of absl/log include.

PiperOrigin-RevId: 615954726
This commit is contained in:
Francis Tsui
2024-03-14 17:29:31 -07:00
committed by Copybara-Service
parent 848ef00cc0
commit 33e682f244
+2 -2
View File
@@ -38,8 +38,8 @@
#define DCHECK_GE(a, b) static_cast<void>(0), a >= b ? (void) 0 : abort()
#else
// IWYU pragma: begin_exports
#include "absl/log/check.h"
#include "absl/log/log.h"
#include "absl/log/check.h" // nogncheck
#include "absl/log/log.h" // nogncheck
// IWYU pragma: end_exports
#endif
#include "internal/platform/implementation/log_message.h"