Title: [87685] trunk/Source/WebKit2
Revision
87685
Author
carlo...@webkit.org
Date
2011-05-30 07:13:32 -0700 (Mon, 30 May 2011)

Log Message

2011-05-30  Carlos Garcia Campos  <cgar...@igalia.com>

        Reviewed by Martin Robinson.

        [GTK] Remove some unneeded header includes
        https://bugs.webkit.org/show_bug.cgi?id=60536

        * Platform/CoreIPC/Connection.cpp: Remove WebProcess.h.
        * Platform/CoreIPC/unix/ConnectionUnix.cpp: Remove
        ProcessLauncher.h and WebProcessProxy.h. Add <wtf/OwnArrayPtr.h>.
        * WebProcess/Plugins/Netscape/NPJSObject.cpp: Remove PluginView.h.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (87684 => 87685)


--- trunk/Source/WebKit2/ChangeLog	2011-05-30 14:06:58 UTC (rev 87684)
+++ trunk/Source/WebKit2/ChangeLog	2011-05-30 14:13:32 UTC (rev 87685)
@@ -1,3 +1,15 @@
+2011-05-30  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        [GTK] Remove some unneeded header includes
+        https://bugs.webkit.org/show_bug.cgi?id=60536
+
+        * Platform/CoreIPC/Connection.cpp: Remove WebProcess.h.
+        * Platform/CoreIPC/unix/ConnectionUnix.cpp: Remove
+        ProcessLauncher.h and WebProcessProxy.h. Add <wtf/OwnArrayPtr.h>.
+        * WebProcess/Plugins/Netscape/NPJSObject.cpp: Remove PluginView.h.
+
 2011-05-29  Darin Adler  <da...@apple.com>
 
         Reviewed by Dan Bernstein.

Modified: trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp (87684 => 87685)


--- trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2011-05-30 14:06:58 UTC (rev 87684)
+++ trunk/Source/WebKit2/Platform/CoreIPC/Connection.cpp	2011-05-30 14:13:32 UTC (rev 87685)
@@ -29,7 +29,6 @@
 #include "BinarySemaphore.h"
 #include "CoreIPCMessageKinds.h"
 #include "RunLoop.h"
-#include "WebProcess.h"
 #include "WorkItem.h"
 #include <wtf/CurrentTime.h>
 

Modified: trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp (87684 => 87685)


--- trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp	2011-05-30 14:06:58 UTC (rev 87684)
+++ trunk/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp	2011-05-30 14:13:32 UTC (rev 87685)
@@ -28,15 +28,14 @@
 #include "Connection.h"
 
 #include "ArgumentEncoder.h"
-#include "ProcessLauncher.h"
 #include "WorkItem.h"
 #include "SharedMemory.h"
-#include "WebProcessProxy.h"
 #include <sys/socket.h>
 #include <unistd.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <wtf/Assertions.h>
+#include <wtf/OwnArrayPtr.h>
 
 #if PLATFORM(QT)
 #include <QApplication>

Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPJSObject.cpp (87684 => 87685)


--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPJSObject.cpp	2011-05-30 14:06:58 UTC (rev 87684)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NPJSObject.cpp	2011-05-30 14:13:32 UTC (rev 87685)
@@ -29,7 +29,6 @@
 #include "JSNPObject.h"
 #include "NPRuntimeObjectMap.h"
 #include "NPRuntimeUtilities.h"
-#include "PluginView.h"
 #include <_javascript_Core/JSLock.h>
 #include <_javascript_Core/JSObject.h>
 #include <WebCore/Frame.h>  
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to