diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 21:59:05 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-24 21:59:05 +0000 |
commit | 358e23197029ac6e0e4f453099c13810ffb61ef6 (patch) | |
tree | 2aee610060be9a3439038bb1bd6ebfd5f7c7f9bf /chrome/service | |
parent | 2df9ad655197b139ca9da00c0465881ef04e3e7f (diff) | |
download | chromium_src-358e23197029ac6e0e4f453099c13810ffb61ef6.zip chromium_src-358e23197029ac6e0e4f453099c13810ffb61ef6.tar.gz chromium_src-358e23197029ac6e0e4f453099c13810ffb61ef6.tar.bz2 |
Cleanup: Remove a bunch of unneeded includes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6580021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/print_system_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/service/cloud_print/print_system_win.cc b/chrome/service/cloud_print/print_system_win.cc index 7c8c674..01caaa8 100644 --- a/chrome/service/cloud_print/print_system_win.cc +++ b/chrome/service/cloud_print/print_system_win.cc @@ -20,7 +20,6 @@ #include "base/win/scoped_bstr.h" #include "base/win/scoped_comptr.h" #include "base/win/scoped_hdc.h" -#include "chrome/service/cloud_print/cloud_print_consts.h" #include "chrome/service/service_process.h" #include "chrome/service/service_utility_process_host.h" #include "grit/generated_resources.h" |