diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-14 17:44:30 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-14 17:44:30 +0000 |
commit | f994f47b94bf160917e9638cd52cb5d2056739a7 (patch) | |
tree | cb991d78c7c8360ee24ddea5317352200238b118 /app/gtk_util.h | |
parent | a748ff66516fb10dc810589036e4f2c5ccd07f93 (diff) | |
download | chromium_src-f994f47b94bf160917e9638cd52cb5d2056739a7.zip chromium_src-f994f47b94bf160917e9638cd52cb5d2056739a7.tar.gz chromium_src-f994f47b94bf160917e9638cd52cb5d2056739a7.tar.bz2 |
FBTF: Remove unneeded #includes of <string> and <vector> from src/app and src/base.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3173020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gtk_util.h')
-rw-r--r-- | app/gtk_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/gtk_util.h b/app/gtk_util.h index 63b0e47..6225d3e 100644 --- a/app/gtk_util.h +++ b/app/gtk_util.h @@ -7,7 +7,6 @@ #pragma once #include <stdint.h> -#include <string> typedef struct _GtkWidget GtkWidget; |