[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e
xan at webkit.org
xan at webkit.org
Fri Jan 21 14:43:27 UTC 2011
The following commit has been merged in the debian/experimental branch:
commit affcacee367dbc3a780684c9bf8cd5d22a62ffbe
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Dec 27 19:21:08 2010 +0000
2010-12-27 Xan Lopez <xlopez at igalia.com>
Reviewed by Martin Robinson.
Remove unneeded includes from our headers.
* WebCoreSupport/PasteboardHelperGtk.h: ditto.
* webkit/webkitprivate.h: ditto.
* webkit/webkitsoupauthdialog.h: ditto.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74691 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 8a7e979..889f18e 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-27 Xan Lopez <xlopez at igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ Remove unneeded includes from our headers.
+
+ * WebCoreSupport/PasteboardHelperGtk.h: ditto.
+ * webkit/webkitprivate.h: ditto.
+ * webkit/webkitsoupauthdialog.h: ditto.
+
2010-12-21 Philippe Normand <pnormand at igalia.com>
Reviewed by Eric Seidel.
diff --git a/WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h b/WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h
index 64fcdba..d00333c 100644
--- a/WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h
+++ b/WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h
@@ -32,8 +32,6 @@
#include "Frame.h"
#include "PasteboardHelper.h"
-#include <gtk/gtk.h>
-
using namespace WebCore;
namespace WebKit {
diff --git a/WebKit/gtk/webkit/webkitprivate.h b/WebKit/gtk/webkit/webkitprivate.h
index cf2e9d6..20a5c50 100644
--- a/WebKit/gtk/webkit/webkitprivate.h
+++ b/WebKit/gtk/webkit/webkitprivate.h
@@ -58,10 +58,6 @@
#include <wtf/OwnPtr.h>
#include <wtf/text/CString.h>
-#include <atk/atk.h>
-#include <glib.h>
-#include <libsoup/soup.h>
-
namespace WebKit {
class DocumentLoader;
diff --git a/WebKit/gtk/webkit/webkitsoupauthdialog.h b/WebKit/gtk/webkit/webkitsoupauthdialog.h
index db0ccb8..08b7c9f 100644
--- a/WebKit/gtk/webkit/webkitsoupauthdialog.h
+++ b/WebKit/gtk/webkit/webkitsoupauthdialog.h
@@ -17,14 +17,12 @@
* Boston, MA 02110-1301, USA.
*/
-#include <gtk/gtk.h>
-#include <libsoup/soup.h>
-
-#include <webkit/webkitdefines.h>
-
#ifndef webkitsoupauthdialog_h
#define webkitsoupauthdialog_h
+#include <gtk/gtk.h>
+#include <webkit/webkitdefines.h>
+
G_BEGIN_DECLS
#define WEBKIT_TYPE_SOUP_AUTH_DIALOG (webkit_soup_auth_dialog_get_type ())
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list