Explorar el Código

Merge pull request #1414 from xyzzyz/googletest

Remove googletest.h header from stringprintf.cc
Feng Xiao hace 9 años
padre
commit
f00300d7f0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/google/protobuf/stubs/stringprintf.cc

+ 0 - 1
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 {