diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
commit | 600216b7db393edabba6b8f6c15b80ffae1a4506 (patch) | |
tree | 7362069ce6f095396d7176f4c9ef526452fd1010 /printing | |
parent | 0ccf461b39cbbc607f0cbec9085cf1385ec7349f (diff) | |
download | chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.zip chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.gz chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.bz2 |
Cleanup: Remove unneeded headers from app/ (part 2)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3066014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r-- | printing/printed_document_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/printing/printed_document_win.cc b/printing/printed_document_win.cc index ac5008c..5d7ab5f 100644 --- a/printing/printed_document_win.cc +++ b/printing/printed_document_win.cc @@ -4,7 +4,6 @@ #include "printing/printed_document.h" -#include "app/win_util.h" #include "base/logging.h" #include "base/string_util.h" #include "gfx/font.h" |