summaryrefslogtreecommitdiffstats
path: root/chromeos/process_proxy
diff options
context:
space:
mode:
authorpneubeck <pneubeck@chromium.org>2015-02-25 01:39:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-25 09:40:52 +0000
commit54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc (patch)
tree17db460c644057ca816d8c41de3dc2f86b2b22ae /chromeos/process_proxy
parent7df5c5cf5459cf393fe775a6bf508b801ef19fe1 (diff)
downloadchromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.zip
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.gz
chromium_src-54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc.tar.bz2
Remove duplicate includes from chromeos/
This removes all includes from $X.cc files where the $X.h has the same include to conform to the style guide: "[...] However, any includes present in the related header do not need to be included again in the related cc (i.e., foo.cc can rely on foo.h's includes)." BUG=460988 Review URL: https://codereview.chromium.org/947173002 Cr-Commit-Position: refs/heads/master@{#318002}
Diffstat (limited to 'chromeos/process_proxy')
-rw-r--r--chromeos/process_proxy/process_proxy.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc
index 8a97acb..8ce37ef 100644
--- a/chromeos/process_proxy/process_proxy.cc
+++ b/chromeos/process_proxy/process_proxy.cc
@@ -4,7 +4,6 @@
#include "chromeos/process_proxy/process_proxy.h"
-#include <fcntl.h>
#include <stdlib.h>
#include <sys/ioctl.h>
@@ -16,7 +15,6 @@
#include "base/process/kill.h"
#include "base/process/launch.h"
#include "base/threading/thread.h"
-#include "chromeos/process_proxy/process_output_watcher.h"
#include "third_party/cros_system_api/switches/chrome_switches.h"
namespace {