summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-04 15:21:50 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-04 15:21:50 +0000
commita141675e90b9fb80b0a7d1f18b9dcc866226fa0d (patch)
tree52e717bd3928f6d2bf045831ee474967bcf95725
parentfca94f27c89ce98e74459ebb6a761e07b63cfe7a (diff)
downloadchromium_src-a141675e90b9fb80b0a7d1f18b9dcc866226fa0d.zip
chromium_src-a141675e90b9fb80b0a7d1f18b9dcc866226fa0d.tar.gz
chromium_src-a141675e90b9fb80b0a7d1f18b9dcc866226fa0d.tar.bz2
Cleanup some duplicated includes.
BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3358014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58582 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/debug_util_posix.cc1
-rw-r--r--base/linux_util.cc1
-rw-r--r--chrome/browser/browser_main.cc1
-rw-r--r--chrome/browser/chrome_plugin_host.cc1
-rw-r--r--chrome/browser/shell_integration_linux.cc1
5 files changed, 0 insertions, 5 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc
index 329c7bc..d121696 100644
--- a/base/debug_util_posix.cc
+++ b/base/debug_util_posix.cc
@@ -25,7 +25,6 @@
#endif
#include <iostream>
-#include <string>
#include "base/basictypes.h"
#include "base/compat_execinfo.h"
diff --git a/base/linux_util.cc b/base/linux_util.cc
index 246c95c..62931ce 100644
--- a/base/linux_util.cc
+++ b/base/linux_util.cc
@@ -10,7 +10,6 @@
#include <glib.h>
#include <stdlib.h>
#include <sys/stat.h>
-#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index 7ed787a..3915e8b 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -124,7 +124,6 @@
#include "chrome/browser/net/url_fixer_upper.h"
#include "chrome/browser/rlz/rlz.h"
#include "chrome/browser/views/user_data_dir_dialog.h"
-#include "chrome/common/env_vars.h"
#include "chrome/common/sandbox_policy.h"
#include "chrome/installer/util/helper.h"
#include "chrome/installer/util/install_util.h"
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc
index 81e4c26..806d5da 100644
--- a/chrome/browser/chrome_plugin_host.cc
+++ b/chrome/browser/chrome_plugin_host.cc
@@ -17,7 +17,6 @@
#include "base/singleton.h"
#include "base/string_util.h"
#include "chrome/browser/browser_list.h"
-#include "chrome/browser/chrome_thread.h"
#include "chrome/browser/chrome_plugin_browsing_context.h"
#include "chrome/browser/chrome_thread.h"
#include "chrome/browser/dom_ui/html_dialog_ui.h"
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index 7c0d4cc..f2824cf0 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -28,7 +28,6 @@
#include "base/string_util.h"
#include "base/task.h"
#include "base/thread.h"
-#include "base/string_number_conversions.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/browser_process.h"
#include "chrome/common/chrome_constants.h"