Skip to content

Commit daa0bfb

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Remove unused #includes from absl/base/internal/nullability_impl.h
The content of the file is soon to be deprecated and eventually deleted. Removing these now to staunch the flow of transitive inclusions that need to be handled later. PiperOrigin-RevId: 748096127 Change-Id: Ib12abf5d879514b28ef320b5930aa87fa0329a11
1 parent 300fafa commit daa0bfb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

absl/base/internal/nullability_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@
1515
#ifndef ABSL_BASE_INTERNAL_NULLABILITY_IMPL_H_
1616
#define ABSL_BASE_INTERNAL_NULLABILITY_IMPL_H_
1717

18-
#include <memory>
19-
#include <type_traits>
20-
2118
#include "absl/base/attributes.h"
2219
#include "absl/base/config.h"
23-
#include "absl/meta/type_traits.h"
2420

2521
namespace absl {
2622
ABSL_NAMESPACE_BEGIN

0 commit comments

Comments
 (0)