summaryrefslogtreecommitdiff
path: root/absl/base/options.h
diff options
context:
space:
mode:
authorGravatar Kim Hyun <wxilas21@outlook.com>2022-08-11 07:18:46 +0900
committerGravatar GitHub <noreply@github.com>2022-08-11 07:18:46 +0900
commit3e54e87f020c71440217ce2ad382b800c4658970 (patch)
tree0d57f2e7fd7c3265a351576533c14bd0ad1dd5f8 /absl/base/options.h
parent634311e6d2dc008dfee8fe3f9e6671af7c131431 (diff)
Delete #include.
Delete deprecated header include
Diffstat (limited to 'absl/base/options.h')
-rw-r--r--absl/base/options.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/absl/base/options.h b/absl/base/options.h
index cc47236a..5c162a38 100644
--- a/absl/base/options.h
+++ b/absl/base/options.h
@@ -67,12 +67,6 @@
#ifndef ABSL_BASE_OPTIONS_H_
#define ABSL_BASE_OPTIONS_H_
-// Include a standard library header to allow configuration based on the
-// standard library in use.
-#ifdef __cplusplus
-#include <iso646.h>
-#endif
-
// -----------------------------------------------------------------------------
// Type Compatibility Options
// -----------------------------------------------------------------------------