Commit 69f16564 authored by Ryan Hamilton's avatar Ryan Hamilton Committed by Commit Bot

Remove a couple of unused #includes from QUIC and SPDY code.

Change-Id: I28f66dbd11c0a9cd6ab47019503fc4dbb17847a5
Reviewed-on: https://chromium-review.googlesource.com/1185638Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585303}
parent cf3f9ca1
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#include "base/files/file_enumerator.h" #include "base/files/file_enumerator.h"
#include "base/files/file_util.h" #include "base/files/file_util.h"
#include "net/http/http_util.h"
#include "net/third_party/quic/platform/api/quic_string.h" #include "net/third_party/quic/platform/api/quic_string.h"
#include "net/third_party/quic/platform/impl/quic_file_utils_impl.h" #include "net/third_party/quic/platform/impl/quic_file_utils_impl.h"
......
...@@ -6,9 +6,7 @@ ...@@ -6,9 +6,7 @@
#define NET_THIRD_PARTY_QUIC_TOOLS_QUIC_SIMPLE_SERVER_STREAM_H_ #define NET_THIRD_PARTY_QUIC_TOOLS_QUIC_SIMPLE_SERVER_STREAM_H_
#include "base/macros.h" #include "base/macros.h"
#include "net/http/http_response_headers.h"
#include "net/third_party/quic/core/http/quic_spdy_server_stream_base.h" #include "net/third_party/quic/core/http/quic_spdy_server_stream_base.h"
#include "net/third_party/quic/core/http/quic_spdy_stream.h"
#include "net/third_party/quic/core/quic_packets.h" #include "net/third_party/quic/core/quic_packets.h"
#include "net/third_party/quic/platform/api/quic_string_piece.h" #include "net/third_party/quic/platform/api/quic_string_piece.h"
#include "net/third_party/quic/tools/quic_backend_response.h" #include "net/third_party/quic/tools/quic_backend_response.h"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <map> #include <map>
#include <memory> #include <memory>
#include "net/spdy/server_push_delegate.h"
#include "net/test/gtest_util.h" #include "net/test/gtest_util.h"
#include "net/third_party/spdy/core/spdy_bug_tracker.h" #include "net/third_party/spdy/core/spdy_bug_tracker.h"
#include "net/third_party/spdy/core/spdy_header_block.h" #include "net/third_party/spdy/core/spdy_header_block.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment