diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 07:39:37 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 07:39:37 +0000 |
commit | 2ec0393d4022b5fb97596aea34953debb23828a3 (patch) | |
tree | 097605a8304f96a9d1936888ad2ab17e2675a79b /webkit | |
parent | c744cf276b917e0d043fe32c37c32597f3f2fc86 (diff) | |
download | chromium_src-2ec0393d4022b5fb97596aea34953debb23828a3.zip chromium_src-2ec0393d4022b5fb97596aea34953debb23828a3.tar.gz chromium_src-2ec0393d4022b5fb97596aea34953debb23828a3.tar.bz2 |
Remove unnecessary config.h files now that the Glue Xcode target no longer uses
WebCorePrefix.h.
R=mark
Review URL: http://codereview.chromium.org/27245
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10596 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/simple_webmimeregistry_impl.cc | 4 | ||||
-rw-r--r-- | webkit/glue/webclipboard_impl.cc | 4 | ||||
-rw-r--r-- | webkit/glue/webkitclient_impl.cc | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/webkit/glue/simple_webmimeregistry_impl.cc b/webkit/glue/simple_webmimeregistry_impl.cc index a662958..00b8310 100644 --- a/webkit/glue/simple_webmimeregistry_impl.cc +++ b/webkit/glue/simple_webmimeregistry_impl.cc @@ -2,10 +2,6 @@ // source code is governed by a BSD-style license that can be found in the // LICENSE file. -// TODO(darin): This include should not be necessary, but for some reason the -// Mac build requires it. -#include "config.h" - #include "webkit/glue/simple_webmimeregistry_impl.h" #include "WebString.h" diff --git a/webkit/glue/webclipboard_impl.cc b/webkit/glue/webclipboard_impl.cc index 494abca..4e9db87 100644 --- a/webkit/glue/webclipboard_impl.cc +++ b/webkit/glue/webclipboard_impl.cc @@ -2,10 +2,6 @@ // source code is governed by a BSD-style license that can be found in the // LICENSE file. -// TODO(darin): This include should not be necessary, but for some reason the -// Mac build requires it. -#include "config.h" - #include "webkit/glue/webclipboard_impl.h" #include "WebImage.h" diff --git a/webkit/glue/webkitclient_impl.cc b/webkit/glue/webkitclient_impl.cc index a243716..901ebee 100644 --- a/webkit/glue/webkitclient_impl.cc +++ b/webkit/glue/webkitclient_impl.cc @@ -2,10 +2,6 @@ // source code is governed by a BSD-style license that can be found in the // LICENSE file. -// TODO(darin): This include should not be necessary, but for some reason the -// Mac build requires it. -#include "config.h" - #include "webkit/glue/webkitclient_impl.h" namespace webkit_glue { |