Delete #include.

Delete deprecated header include
pull/1246/head
Kim Hyun 2 years ago committed by GitHub
parent 634311e6d2
commit 3e54e87f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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
// -----------------------------------------------------------------------------

Loading…
Cancel
Save