aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/stringprintf.cc
diff options
context:
space:
mode:
authorAdam Michalik <xyzzyz@google.com>2016-04-14 15:54:31 -0700
committerAdam Michalik <xyzzyz@google.com>2016-04-14 15:54:31 -0700
commit1b912fceee0d3f5ced51e8335f16faa0ee3e334a (patch)
treea9dc529b2003dd1106877bfdc88e0c5362703a54 /src/google/protobuf/stubs/stringprintf.cc
parenta25e9964b126a79e8a99bced2207ddca22d6a1a9 (diff)
downloadprotobuf-1b912fceee0d3f5ced51e8335f16faa0ee3e334a.tar.gz
protobuf-1b912fceee0d3f5ced51e8335f16faa0ee3e334a.tar.bz2
protobuf-1b912fceee0d3f5ced51e8335f16faa0ee3e334a.zip
Remove googletest.h header from stringprintf.cc
It doesn't seem to be necessary here, and it pulls other testing headers during compilation of release protobuf.
Diffstat (limited to 'src/google/protobuf/stubs/stringprintf.cc')
-rw-r--r--src/google/protobuf/stubs/stringprintf.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/stringprintf.cc b/src/google/protobuf/stubs/stringprintf.cc
index 3272d8e3..83fdfe45 100644
--- a/src/google/protobuf/stubs/stringprintf.cc
+++ b/src/google/protobuf/stubs/stringprintf.cc
@@ -37,7 +37,6 @@
#include <stdio.h> // MSVC requires this for _vsnprintf
#include <vector>
#include <google/protobuf/stubs/common.h>
-#include <google/protobuf/testing/googletest.h>
namespace google {
namespace protobuf {