Title: [159053] trunk/Source/WebCore
- Revision
- 159053
- Author
- [email protected]
- Date
- 2013-11-11 09:37:27 -0800 (Mon, 11 Nov 2013)
Log Message
[curl] Remove unused includes.
https://bugs.webkit.org/show_bug.cgi?id=120415
Patch by Gergo Balogh <[email protected]> on 2013-11-11
Reviewed by Csaba Osztrogonác.
Original patch by 2013-08-28 Tamas Czene <[email protected]>
* platform/network/curl/ProxyServerCurl.cpp:
* platform/network/curl/ResourceHandleCurl.cpp:
* platform/network/curl/ResourceHandleManager.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (159052 => 159053)
--- trunk/Source/WebCore/ChangeLog 2013-11-11 17:37:06 UTC (rev 159052)
+++ trunk/Source/WebCore/ChangeLog 2013-11-11 17:37:27 UTC (rev 159053)
@@ -1,3 +1,16 @@
+2013-11-11 Gergo Balogh <[email protected]>
+
+ [curl] Remove unused includes.
+ https://bugs.webkit.org/show_bug.cgi?id=120415
+
+ Reviewed by Csaba Osztrogonác.
+
+ Original patch by 2013-08-28 Tamas Czene <[email protected]>
+
+ * platform/network/curl/ProxyServerCurl.cpp:
+ * platform/network/curl/ResourceHandleCurl.cpp:
+ * platform/network/curl/ResourceHandleManager.cpp:
+
2013-11-11 Csaba Osztrogonác <[email protected]>
URTBF after r159027 to make Apple Windows build happy.
Modified: trunk/Source/WebCore/platform/network/curl/ProxyServerCurl.cpp (159052 => 159053)
--- trunk/Source/WebCore/platform/network/curl/ProxyServerCurl.cpp 2013-11-11 17:37:06 UTC (rev 159052)
+++ trunk/Source/WebCore/platform/network/curl/ProxyServerCurl.cpp 2013-11-11 17:37:27 UTC (rev 159053)
@@ -27,7 +27,6 @@
#include "ProxyServer.h"
#include "URL.h"
-#include <wtf/RetainPtr.h>
namespace WebCore {
Modified: trunk/Source/WebCore/platform/network/curl/ResourceHandleCurl.cpp (159052 => 159053)
--- trunk/Source/WebCore/platform/network/curl/ResourceHandleCurl.cpp 2013-11-11 17:37:06 UTC (rev 159052)
+++ trunk/Source/WebCore/platform/network/curl/ResourceHandleCurl.cpp 2013-11-11 17:37:27 UTC (rev 159053)
@@ -34,7 +34,6 @@
#include "NotImplemented.h"
#include "ResourceHandleInternal.h"
#include "ResourceHandleManager.h"
-#include "SharedBuffer.h"
#if PLATFORM(WIN) && USE(CF)
#include <wtf/PassRefPtr.h>
Modified: trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp (159052 => 159053)
--- trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp 2013-11-11 17:37:06 UTC (rev 159052)
+++ trunk/Source/WebCore/platform/network/curl/ResourceHandleManager.cpp 2013-11-11 17:37:27 UTC (rev 159053)
@@ -41,7 +41,6 @@
#include "HTTPParsers.h"
#include "MIMETypeRegistry.h"
#include "MultipartHandle.h"
-#include "NotImplemented.h"
#include "ResourceError.h"
#include "ResourceHandle.h"
#include "ResourceHandleInternal.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes