summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Copybara-Service <copybara-worker@google.com>2022-08-11 07:25:13 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-08-11 07:25:13 -0700
commit92ac33b99eb9735a23a5e10150a85ad9d4820065 (patch)
tree5dccdbb1db51e79453729e95d2848d9edc868934 /absl
parent149ab40581d33febf3f8bddb52505c9ee9edd838 (diff)
parent3e54e87f020c71440217ce2ad382b800c4658970 (diff)
Merge pull request #1246 from wxilas21:master
PiperOrigin-RevId: 466946900 Change-Id: I4ebb641a46e6988dd98945226428e0a284c942b4
Diffstat (limited to 'absl')
-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 230bf1ee..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 <ciso646>
-#endif
-
// -----------------------------------------------------------------------------
// Type Compatibility Options
// -----------------------------------------------------------------------------