[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:53:57 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3f8ccba5ceea77f6b48019acd102559369df96be
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 9 01:44:07 2002 +0000

    Fixed header problem
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@532 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/WKPluginView.h b/WebCore/kwq/WKPluginView.h
index 514d28c..a01fd6c 100644
--- a/WebCore/kwq/WKPluginView.h
+++ b/WebCore/kwq/WKPluginView.h
@@ -7,7 +7,6 @@
 //
 
 #import <AppKit/AppKit.h>
-#include <Carbon/Carbon.h> 
 #include <qwidget.h>
 #import <WKPlugin.h>
 #include "npapi.h"
diff --git a/WebCore/kwq/WKPluginView.mm b/WebCore/kwq/WKPluginView.mm
index 6878a39..d905256 100644
--- a/WebCore/kwq/WKPluginView.mm
+++ b/WebCore/kwq/WKPluginView.mm
@@ -9,6 +9,7 @@
 #import "WKPluginView.h"
 #include <WCURICacheData.h>
 #include <WCURICache.h>
+#include <Carbon/Carbon.h> 
 
 @implementation WKPluginView
 
diff --git a/WebCore/src/kwq/WKPluginView.h b/WebCore/src/kwq/WKPluginView.h
index 514d28c..a01fd6c 100644
--- a/WebCore/src/kwq/WKPluginView.h
+++ b/WebCore/src/kwq/WKPluginView.h
@@ -7,7 +7,6 @@
 //
 
 #import <AppKit/AppKit.h>
-#include <Carbon/Carbon.h> 
 #include <qwidget.h>
 #import <WKPlugin.h>
 #include "npapi.h"
diff --git a/WebCore/src/kwq/WKPluginView.mm b/WebCore/src/kwq/WKPluginView.mm
index 6878a39..d905256 100644
--- a/WebCore/src/kwq/WKPluginView.mm
+++ b/WebCore/src/kwq/WKPluginView.mm
@@ -9,6 +9,7 @@
 #import "WKPluginView.h"
 #include <WCURICacheData.h>
 #include <WCURICache.h>
+#include <Carbon/Carbon.h> 
 
 @implementation WKPluginView
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list