From ffec17aaf83ea874ba1c59f1fbd1f4d6b9fc5bb5 Mon Sep 17 00:00:00 2001 From: yeikoy92-blip Date: Thu, 6 Aug 2026 23:21:36 -0400 Subject: [PATCH] Update status_internal.h --- absl/status/internal/status_internal.h | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/absl/status/internal/status_internal.h b/absl/status/internal/status_internal.h index 03b0663443f..33ac9423561 100644 --- a/absl/status/internal/status_internal.h +++ b/absl/status/internal/status_internal.h @@ -1,4 +1,4 @@ -// Copyright 2019 The Abseil Authors. +yeiko// Copyright 2019 The Abseil Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -14,27 +14,6 @@ #ifndef ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_ #define ABSL_STATUS_INTERNAL_STATUS_INTERNAL_H_ -// IWYU pragma: private, include "absl/status/status.h" - -#include -#include -#include -#include -#include -#include -#include -#include - -#include "absl/base/attributes.h" -#include "absl/base/config.h" -#include "absl/base/nullability.h" -#include "absl/container/inlined_vector.h" -#include "absl/strings/cord.h" -#include "absl/strings/string_view.h" -#include "absl/types/optional.h" -#include "absl/types/optional_ref.h" -#include "absl/types/source_location.h" -#include "absl/types/span.h" #ifndef SWIG // Disabled for SWIG as it doesn't parse attributes correctly.