summaryrefslogtreecommitdiffstats
path: root/net/http/partial_data.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 08:17:22 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-19 08:17:22 +0000
commit2f7faae9fed24262c8e263c0fa24276a50f1ed97 (patch)
tree9acbebcd1367d5e5b868833f09a9d806bd184b61 /net/http/partial_data.h
parent1d79ff2cfbf5fac3f24cf5603319e490850e05c9 (diff)
downloadchromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.zip
chromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.tar.gz
chromium_src-2f7faae9fed24262c8e263c0fa24276a50f1ed97.tar.bz2
FBTF: Remove unnecessary STL #includes from src/net.
This removes obviously unneeded inclusions of <map>, <set>, <string>, <vector>, etc. from src/net. BUG=none TEST=builds Review URL: http://codereview.chromium.org/3132022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/partial_data.h')
-rw-r--r--net/http/partial_data.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/http/partial_data.h b/net/http/partial_data.h
index bbb1f8b..22e0c8b 100644
--- a/net/http/partial_data.h
+++ b/net/http/partial_data.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -6,8 +6,6 @@
#define NET_HTTP_PARTIAL_DATA_H_
#pragma once
-#include <string>
-
#include "base/basictypes.h"
#include "net/base/completion_callback.h"
#include "net/http/http_byte_range.h"