summaryrefslogtreecommitdiffstats
path: root/net/ftp
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/ftp
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/ftp')
-rw-r--r--net/ftp/ftp_network_transaction.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ftp/ftp_network_transaction.h b/net/ftp/ftp_network_transaction.h
index 3732157..5bad335 100644
--- a/net/ftp/ftp_network_transaction.h
+++ b/net/ftp/ftp_network_transaction.h
@@ -6,10 +6,8 @@
#define NET_FTP_FTP_NETWORK_TRANSACTION_H_
#pragma once
-#include <queue>
#include <string>
#include <utility>
-#include <vector>
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"