summaryrefslogtreecommitdiff
path: root/snappy-test.h
diff options
context:
space:
mode:
authorcostan <costan@google.com>2018-08-16 10:44:34 -0700
committerVictor Costan <pwnall@chromium.org>2018-08-16 11:36:45 -0700
commit7fefd231a19a0c9e10273a04204889d138d448b1 (patch)
tree2d8aa443b424dab37058b9547e0d521f78e0ec52 /snappy-test.h
parentdb082d2cd6512981c28849d00dd47a4216768e10 (diff)
downloadsnappy-git-7fefd231a19a0c9e10273a04204889d138d448b1.tar.gz
C++11 guarantees <cstddef> and <cstdint>.
The build configuration can be cleaned up a bit.
Diffstat (limited to 'snappy-test.h')
-rw-r--r--snappy-test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/snappy-test.h b/snappy-test.h
index 078f321..ec9d4db 100644
--- a/snappy-test.h
+++ b/snappy-test.h
@@ -55,8 +55,6 @@
#include <windows.h>
#endif
-#include <string>
-
#ifdef HAVE_GTEST
#include <gtest/gtest.h>