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.
This commit is contained in:
Adam Michalik 2016-04-14 15:54:31 -07:00
parent a25e9964b1
commit 1b912fceee

View File

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