diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:58:28 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-05 10:58:28 +0000 |
commit | 9319bd3c62318f2ee3dd39afd902f913ba650972 (patch) | |
tree | 8375cdcbfccfb3e57bba9d6784a42453336b7196 /base/scoped_handle_win.h | |
parent | eb440953702b7c125c178730c0a665483c3eb2e7 (diff) | |
download | chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.zip chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.tar.gz chromium_src-9319bd3c62318f2ee3dd39afd902f913ba650972.tar.bz2 |
base: Remove unnecessary includes from scoped_handle_win.h
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/5988009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70500 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/scoped_handle_win.h')
-rw-r--r-- | base/scoped_handle_win.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/scoped_handle_win.h b/base/scoped_handle_win.h index c3f743c..a7c4b2e 100644 --- a/base/scoped_handle_win.h +++ b/base/scoped_handle_win.h @@ -4,10 +4,6 @@ // TODO(brettw) remove this file when all callers are converted to using the // new location/namespace -#include "base/win/scoped_gdi_object.h" #include "base/win/scoped_handle.h" -#include "base/win/scoped_handle.h" -#include "base/win/scoped_hdc.h" -#include "base/win/scoped_hglobal.h" using base::win::ScopedHandle; |