Remove unused includes
This commit is contained in:
parent
6e3a0b50cc
commit
bb4a61c7ff
15 changed files with 1 additions and 26 deletions
|
@ -5,11 +5,7 @@
|
|||
#ifndef BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_
|
||||
#define BROWSER_DEVTOOLS_NETWORK_CONDITIONS_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "base/macros.h"
|
||||
#include "url/gurl.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include "net/base/load_states.h"
|
||||
#include "net/base/request_priority.h"
|
||||
#include "net/http/http_transaction.h"
|
||||
#include "net/websockets/websocket_handshake_stream_base.h"
|
||||
|
||||
namespace brightray {
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include "base/macros.h"
|
||||
#include "base/memory/weak_ptr.h"
|
||||
#include "browser/net/devtools_network_interceptor.h"
|
||||
#include "net/base/completion_callback.h"
|
||||
#include "net/base/upload_data_stream.h"
|
||||
|
||||
namespace brightray {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue