summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
diff options
context:
space:
mode:
authorgajendra.n@samsung.com <gajendra.n@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-08-01 18:13:57 +0000
committergajendra.n@samsung.com <gajendra.n@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-08-01 18:13:57 +0000
commit924380fe51c18195dafcaf95d9cb90630fe9e968 (patch)
tree0c61a4dc66571407e4a31ba6863b73cd00e2bd4c /third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
parentc1f05a73832b09cb61031cb9bf52052bdfb8e4f7 (diff)
downloadchromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.zip
chromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.tar.gz
chromium_src-924380fe51c18195dafcaf95d9cb90630fe9e968.tar.bz2
wtf/Vector.h included more than necessary
There are files that include Vector.h without needing it. That triggers builds bigger than needed when working on the Vector class. BUG=398455 R=jochen@chromium.org Review URL: https://codereview.chromium.org/431453004 git-svn-id: svn://svn.chromium.org/blink/trunk@179410 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp')
-rw-r--r--third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
index a7604e7..e25df4e 100644
--- a/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
+++ b/third_party/WebKit/Source/core/fetch/CSSStyleSheetResource.cpp
@@ -33,7 +33,6 @@
#include "platform/SharedBuffer.h"
#include "platform/network/HTTPParsers.h"
#include "wtf/CurrentTime.h"
-#include "wtf/Vector.h"
namespace blink {