[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kov at webkit.org kov at webkit.org
Wed Dec 22 14:28:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a354acb36ead5a781d36f7aad993073ee44409c8
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 11 15:02:00 2010 +0000

    2010-10-11  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
    
            Unreviewed. Remove unnecessary GTK+ and Pango includes.
    
            * platform/gtk/FileChooserGtk.cpp:
            * platform/gtk/Language.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69492 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1450a21..426b20b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-11  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
+        Unreviewed. Remove unnecessary GTK+ and Pango includes.
+
+        * platform/gtk/FileChooserGtk.cpp:
+        * platform/gtk/Language.cpp:
+
 2010-10-11  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebCore/platform/gtk/FileChooserGtk.cpp b/WebCore/platform/gtk/FileChooserGtk.cpp
index 4600215..54763d4 100644
--- a/WebCore/platform/gtk/FileChooserGtk.cpp
+++ b/WebCore/platform/gtk/FileChooserGtk.cpp
@@ -34,7 +34,6 @@
 #include <wtf/text/CString.h>
 
 #include <glib.h>
-#include <gtk/gtk.h>
 
 namespace WebCore {
 
diff --git a/WebCore/platform/gtk/Language.cpp b/WebCore/platform/gtk/Language.cpp
index f1d5750..e487946 100644
--- a/WebCore/platform/gtk/Language.cpp
+++ b/WebCore/platform/gtk/Language.cpp
@@ -24,9 +24,8 @@
 #include "PlatformString.h"
 #include <wtf/text/CString.h>
 
-#include <gtk/gtk.h>
+#include <glib.h>
 #include <locale.h>
-#include <pango/pango.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list