Title: [135035] trunk/Source/WebKit2
- Revision
- 135035
- Author
- commit-qu...@webkit.org
- Date
- 2012-11-16 22:00:03 -0800 (Fri, 16 Nov 2012)
Log Message
[EFL][WK2] Remove unnecessary #include statemtns
https://bugs.webkit.org/show_bug.cgi?id=102577
Patch by Jaehun Lim <ljaehun....@samsung.com> on 2012-11-16
Reviewed by Anders Carlsson.
ewk_*_private.h doesn't need to include RefCounted.h after Ewk_Object refactoring.
* UIProcess/API/efl/ewk_auth_request_private.h:
* UIProcess/API/efl/ewk_database_manager.cpp:
* UIProcess/API/efl/ewk_file_chooser_request_private.h:
* UIProcess/API/efl/ewk_form_submission_request_private.h:
* UIProcess/API/efl/ewk_navigation_data_private.h:
* UIProcess/API/efl/ewk_resource_private.h:
* UIProcess/API/efl/ewk_storage_manager.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (135034 => 135035)
--- trunk/Source/WebKit2/ChangeLog 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/ChangeLog 2012-11-17 06:00:03 UTC (rev 135035)
@@ -1,3 +1,20 @@
+2012-11-16 Jaehun Lim <ljaehun....@samsung.com>
+
+ [EFL][WK2] Remove unnecessary #include statemtns
+ https://bugs.webkit.org/show_bug.cgi?id=102577
+
+ Reviewed by Anders Carlsson.
+
+ ewk_*_private.h doesn't need to include RefCounted.h after Ewk_Object refactoring.
+
+ * UIProcess/API/efl/ewk_auth_request_private.h:
+ * UIProcess/API/efl/ewk_database_manager.cpp:
+ * UIProcess/API/efl/ewk_file_chooser_request_private.h:
+ * UIProcess/API/efl/ewk_form_submission_request_private.h:
+ * UIProcess/API/efl/ewk_navigation_data_private.h:
+ * UIProcess/API/efl/ewk_resource_private.h:
+ * UIProcess/API/efl/ewk_storage_manager.cpp:
+
2012-11-16 Sam Weinig <wei...@apple.com>
Fix the windows build.
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request_private.h (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request_private.h 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_auth_request_private.h 2012-11-17 06:00:03 UTC (rev 135035)
@@ -29,7 +29,6 @@
#include "WKEinaSharedString.h"
#include "ewk_object_private.h"
#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
namespace WebKit {
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.cpp (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.cpp 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_database_manager.cpp 2012-11-17 06:00:03 UTC (rev 135035)
@@ -34,7 +34,6 @@
#include "ewk_error_private.h"
#include "ewk_security_origin.h"
#include "ewk_security_origin_private.h"
-#include <wtf/RefCounted.h>
using namespace WebKit;
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request_private.h (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request_private.h 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_file_chooser_request_private.h 2012-11-17 06:00:03 UTC (rev 135035)
@@ -29,7 +29,6 @@
#include "APIObject.h"
#include "ewk_object_private.h"
#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request_private.h (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request_private.h 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_form_submission_request_private.h 2012-11-17 06:00:03 UTC (rev 135035)
@@ -31,7 +31,6 @@
#include "WKRetainPtr.h"
#include "ewk_object_private.h"
#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
class EwkFormSubmissionRequest : public Ewk_Object {
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h 2012-11-17 06:00:03 UTC (rev 135035)
@@ -33,7 +33,6 @@
#include "ewk_private.h"
#include "ewk_url_request_private.h"
#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
/**
* \struct EwkNavigationData
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_resource_private.h (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_resource_private.h 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_resource_private.h 2012-11-17 06:00:03 UTC (rev 135035)
@@ -30,7 +30,6 @@
#include "WKURL.h"
#include "ewk_object_private.h"
#include <wtf/PassRefPtr.h>
-#include <wtf/RefCounted.h>
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.cpp (135034 => 135035)
--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.cpp 2012-11-17 05:16:04 UTC (rev 135034)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_storage_manager.cpp 2012-11-17 06:00:03 UTC (rev 135035)
@@ -33,7 +33,6 @@
#include "ewk_security_origin.h"
#include "ewk_security_origin_private.h"
#include "ewk_storage_manager_private.h"
-#include <wtf/RefCounted.h>
using namespace WebKit;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes