diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 10:30:02 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 10:30:02 +0000 |
commit | d88bf94f6524f7ac27c7d3afa897d6722ffcc894 (patch) | |
tree | 713e86a5b7b196677dceec38657f5a700ca556fa /webkit/glue/webworker_impl.h | |
parent | 4daae5740fecad72a406c36b465c17e8359426d3 (diff) | |
download | chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.zip chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.tar.gz chromium_src-d88bf94f6524f7ac27c7d3afa897d6722ffcc894.tar.bz2 |
Header cleanup in webkit/glue
- reduce header dependencies
- remove redundant forward declarations
Review URL: http://codereview.chromium.org/115871
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webworker_impl.h')
-rw-r--r-- | webkit/glue/webworker_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/glue/webworker_impl.h b/webkit/glue/webworker_impl.h index 4477a2c..56ad124 100644 --- a/webkit/glue/webworker_impl.h +++ b/webkit/glue/webworker_impl.h @@ -9,13 +9,11 @@ #if ENABLE(WORKERS) -#include <vector> #include "ScriptExecutionContext.h" #include "WorkerObjectProxy.h" #include <wtf/RefPtr.h> namespace WebCore { -class ScriptExecutionContext; class Strng; class WorkerThread; }; |