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
This commit is contained in:
Victor Costan 2020-04-14 15:48:25 +00:00
parent 4f195aee43
commit 251d935d50
1 changed files with 0 additions and 1 deletions

View File

@ -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>