diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 20:32:53 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-07 20:32:53 +0000 |
commit | 6b16d779369be1df91ab891e15f9a7e5fe7bce30 (patch) | |
tree | ade6aa70a23e8d09cbc3eb48e6f8496ead97aa80 /app | |
parent | 6bacded203f81ca8645b35c2d20eb6b0e8781f76 (diff) | |
download | chromium_src-6b16d779369be1df91ab891e15f9a7e5fe7bce30.zip chromium_src-6b16d779369be1df91ab891e15f9a7e5fe7bce30.tar.gz chromium_src-6b16d779369be1df91ab891e15f9a7e5fe7bce30.tar.bz2 |
Remove unneeded ATL header includes.
TEST=none
Review URL: http://codereview.chromium.org/113108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/gfx/icon_util_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/gfx/icon_util_unittest.cc b/app/gfx/icon_util_unittest.cc index 0b9c200..577489c 100644 --- a/app/gfx/icon_util_unittest.cc +++ b/app/gfx/icon_util_unittest.cc @@ -2,10 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include <atlbase.h> -#include <atlapp.h> -#include <atlmisc.h> - #include "app/gfx/icon_util.h" #include "base/gfx/size.h" #include "base/scoped_ptr.h" |