Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/google/protobuf/io/gzip_stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#if HAVE_ZLIB
#include "google/protobuf/io/gzip_stream.h"

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/log/absl_check.h"
#include "absl/log/absl_log.h"
#include "google/protobuf/port.h"
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/io/gzip_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifndef GOOGLE_PROTOBUF_IO_GZIP_STREAM_H__
#define GOOGLE_PROTOBUF_IO_GZIP_STREAM_H__

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "google/protobuf/io/zero_copy_stream.h"
#include "google/protobuf/port.h"
#include <zlib.h>
Expand Down
2 changes: 1 addition & 1 deletion src/google/protobuf/io/zero_copy_stream_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <istream>
#include <ostream>

#include "google/protobuf/stubs/common.h"
#include "base/types.h"
#include "absl/log/absl_check.h"
#include "absl/log/absl_log.h"
#include "google/protobuf/io/io_win32.h"
Expand Down
Loading