소스 검색

Merge pull request #1414 from xyzzyz/googletest

Remove googletest.h header from stringprintf.cc
Feng Xiao 9 년 전
부모
커밋
f00300d7f0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {