From 54d39217d6ced9a3b8f025ba6bf4ab2e8588dcbc Mon Sep 17 00:00:00 2001 From: pneubeck Date: Wed, 25 Feb 2015 01:39:55 -0800 Subject: 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} --- chromeos/dbus/bluetooth_profile_service_provider.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'chromeos/dbus/bluetooth_profile_service_provider.cc') diff --git a/chromeos/dbus/bluetooth_profile_service_provider.cc b/chromeos/dbus/bluetooth_profile_service_provider.cc index 6ebb54a..c74da5d 100644 --- a/chromeos/dbus/bluetooth_profile_service_provider.cc +++ b/chromeos/dbus/bluetooth_profile_service_provider.cc @@ -4,7 +4,6 @@ #include "chromeos/dbus/bluetooth_profile_service_provider.h" -#include #include "base/bind.h" #include "base/logging.h" @@ -12,10 +11,8 @@ #include "base/threading/platform_thread.h" #include "chromeos/dbus/dbus_thread_manager.h" #include "chromeos/dbus/fake_bluetooth_profile_service_provider.h" -#include "dbus/bus.h" #include "dbus/exported_object.h" #include "dbus/message.h" -#include "dbus/object_path.h" #include "third_party/cros_system_api/dbus/service_constants.h" namespace chromeos { -- cgit v1.1