aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/bytestream.h
diff options
context:
space:
mode:
authorGravatar Michal Matuszak <mmatuszak@google.com>2018-06-25 16:42:59 -0700
committerGravatar GitHub <noreply@github.com>2018-06-25 16:42:59 -0700
commit6489453cf7e03ac7b238eb78b1154f5f34a0c9e0 (patch)
tree03f0da623c1fa5111ea1cb204fb356fcae359565 /src/google/protobuf/stubs/bytestream.h
parentd6f346b4d55ae5112934297593ec1c56c3d178a5 (diff)
Removed forward declaration of MemBlock class
Removed forward declaration of MemBlock class. Declaration is in conflict with declaration `::strings::MemBlock`
Diffstat (limited to 'src/google/protobuf/stubs/bytestream.h')
-rw-r--r--src/google/protobuf/stubs/bytestream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/bytestream.h b/src/google/protobuf/stubs/bytestream.h
index b9b43db0..cfa19f29 100644
--- a/src/google/protobuf/stubs/bytestream.h
+++ b/src/google/protobuf/stubs/bytestream.h
@@ -57,7 +57,6 @@
#include <google/protobuf/stubs/stringpiece.h>
class CordByteSink;
-class MemBlock;
namespace google {
namespace protobuf {