Remove unused includes

This commit is contained in:
Kevin Sawicki 2017-05-18 14:30:32 -07:00
parent 6e3a0b50cc
commit bb4a61c7ff
15 changed files with 1 additions and 26 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {