From 1b912fceee0d3f5ced51e8335f16faa0ee3e334a Mon Sep 17 00:00:00 2001 From: Adam Michalik Date: Thu, 14 Apr 2016 15:54:31 -0700 Subject: 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. --- src/google/protobuf/stubs/stringprintf.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/google/protobuf/stubs/stringprintf.cc b/src/google/protobuf/stubs/stringprintf.cc index 3272d8e3..83fdfe45 100644 --- a/src/google/protobuf/stubs/stringprintf.cc +++ b/src/google/protobuf/stubs/stringprintf.cc @@ -37,7 +37,6 @@ #include // MSVC requires this for _vsnprintf #include #include -#include namespace google { namespace protobuf { -- cgit v1.2.3