summaryrefslogtreecommitdiffstats
path: root/chrome/views/controls
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 08:26:37 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 08:26:37 +0000
commit42ef26a5f39bcca7661d0d1ed3571111590a3717 (patch)
tree7b1242f517f6317aa9ba7b38f675c454d4b833d3 /chrome/views/controls
parentb598f99a57d92189b266d0ec4ac39ec1c75db011 (diff)
downloadchromium_src-42ef26a5f39bcca7661d0d1ed3571111590a3717.zip
chromium_src-42ef26a5f39bcca7661d0d1ed3571111590a3717.tar.gz
chromium_src-42ef26a5f39bcca7661d0d1ed3571111590a3717.tar.bz2
Remove some unnecessary includes.
http://crbug.com/11387 Review URL: http://codereview.chromium.org/115016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/controls')
-rw-r--r--chrome/views/controls/hwnd_view.cc1
-rw-r--r--chrome/views/controls/table/table_view.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/controls/hwnd_view.cc b/chrome/views/controls/hwnd_view.cc
index 379345c..6faa85d 100644
--- a/chrome/views/controls/hwnd_view.cc
+++ b/chrome/views/controls/hwnd_view.cc
@@ -5,7 +5,6 @@
#include "chrome/views/controls/hwnd_view.h"
#include "app/gfx/chrome_canvas.h"
-#include "chrome/common/win_util.h"
#include "chrome/views/focus/focus_manager.h"
#include "chrome/views/widget/widget.h"
#include "base/logging.h"
diff --git a/chrome/views/controls/table/table_view.cc b/chrome/views/controls/table/table_view.cc
index 445c262..827af95 100644
--- a/chrome/views/controls/table/table_view.cc
+++ b/chrome/views/controls/table/table_view.cc
@@ -14,7 +14,6 @@
#include "app/resource_bundle.h"
#include "base/string_util.h"
#include "base/win_util.h"
-#include "chrome/common/win_util.h"
#include "chrome/views/controls/hwnd_view.h"
#include "SkBitmap.h"
#include "SkColorFilter.h"