summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2020-04-14 15:48:25 +0000
committerVictor Costan <costan@google.com>2020-04-14 16:50:30 +0000
commit251d935d5096da77c4fef26ea41b019430da5572 (patch)
tree4f996a2c5f94e39a970bc1b7e0c2924497c0a44f
parent4f195aee43abf1321c50094dfcba5d914a4aad72 (diff)
downloadsnappy-git-251d935d5096da77c4fef26ea41b019430da5572.tar.gz
Remove #include <string> from snappy-stubs-public.h.
The header hasn't been needed since the removal of the snappy::string alias to std::string. PiperOrigin-RevId: 306446542
-rw-r--r--snappy-stubs-public.h.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/snappy-stubs-public.h.in b/snappy-stubs-public.h.in
index 82618df..02947fa 100644
--- a/snappy-stubs-public.h.in
+++ b/snappy-stubs-public.h.in
@@ -36,7 +36,6 @@
#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
#include <cstddef>
-#include <string>
#if ${HAVE_SYS_UIO_H_01} // HAVE_SYS_UIO_H
#include <sys/uio.h>