Przeglądaj źródła

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.
Adam Michalik 10 lat temu
rodzic
commit
1b912fceee
1 zmienionych plików z 0 dodań i 1 usunięć
  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 <stdio.h> // MSVC requires this for _vsnprintf
 #include <vector>
 #include <vector>
 #include <google/protobuf/stubs/common.h>
 #include <google/protobuf/stubs/common.h>
-#include <google/protobuf/testing/googletest.h>
 
 
 namespace google {
 namespace google {
 namespace protobuf {
 namespace protobuf {