mirror of https://github.com/google/snappy.git
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:
parent
4f195aee43
commit
251d935d50
|
@ -36,7 +36,6 @@
|
||||||
#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_STUBS_PUBLIC_H_
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#if ${HAVE_SYS_UIO_H_01} // HAVE_SYS_UIO_H
|
#if ${HAVE_SYS_UIO_H_01} // HAVE_SYS_UIO_H
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
|
|
Loading…
Reference in New Issue