Merge pull request #1414 from xyzzyz/googletest

Remove googletest.h header from stringprintf.cc
This commit is contained in:
Feng Xiao 2016-04-20 11:20:34 -07:00
commit f00300d7f0

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 {