Title: [147293] trunk/Source
Revision
147293
Author
[email protected]
Date
2013-03-31 18:16:33 -0700 (Sun, 31 Mar 2013)

Log Message

[EFL] Remove unused stdio.h includes
https://bugs.webkit.org/show_bug.cgi?id=113655

Reviewed by Andreas Kling.

We do not have to include unused header file.

Source/WebCore:

* platform/efl/CursorEfl.cpp:
* platform/efl/FileSystemEfl.cpp:
* platform/efl/PlatformKeyboardEventEfl.cpp:
* platform/efl/ScrollbarThemeEfl.cpp:

Source/WebKit/efl:

* ewk/ewk_tiled_backing_store.cpp:
* ewk/ewk_tiled_matrix.cpp:
* ewk/ewk_tiled_model.cpp:
(tile_account):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147292 => 147293)


--- trunk/Source/WebCore/ChangeLog	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebCore/ChangeLog	2013-04-01 01:16:33 UTC (rev 147293)
@@ -1,3 +1,17 @@
+2013-03-31  Kangil Han  <[email protected]>
+
+        [EFL] Remove unused stdio.h includes
+        https://bugs.webkit.org/show_bug.cgi?id=113655
+
+        Reviewed by Andreas Kling.
+
+        We do not have to include unused header file.
+
+        * platform/efl/CursorEfl.cpp:
+        * platform/efl/FileSystemEfl.cpp:
+        * platform/efl/PlatformKeyboardEventEfl.cpp:
+        * platform/efl/ScrollbarThemeEfl.cpp:
+
 2013-03-31  Rafael Weinstein  <[email protected]>
 
         HTMLLinkElement should resolve resource URLs when resources will be fetched

Modified: trunk/Source/WebCore/platform/efl/CursorEfl.cpp (147292 => 147293)


--- trunk/Source/WebCore/platform/efl/CursorEfl.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebCore/platform/efl/CursorEfl.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -36,7 +36,6 @@
 
 #include <Edje.h>
 #include <Evas.h>
-#include <stdio.h>
 #include <wtf/Assertions.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/efl/FileSystemEfl.cpp (147292 => 147293)


--- trunk/Source/WebCore/platform/efl/FileSystemEfl.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebCore/platform/efl/FileSystemEfl.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -42,7 +42,6 @@
 #include <fnmatch.h>
 #include <glib.h> // TODO: remove me after following TODO is solved.
 #include <limits.h>
-#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/statvfs.h>
 #include <unistd.h>

Modified: trunk/Source/WebCore/platform/efl/PlatformKeyboardEventEfl.cpp (147292 => 147293)


--- trunk/Source/WebCore/platform/efl/PlatformKeyboardEventEfl.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebCore/platform/efl/PlatformKeyboardEventEfl.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -35,7 +35,6 @@
 #include "NotImplemented.h"
 #include "TextEncoding.h"
 #include <Evas.h>
-#include <stdio.h>
 #include <wtf/CurrentTime.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/efl/ScrollbarThemeEfl.cpp (147292 => 147293)


--- trunk/Source/WebCore/platform/efl/ScrollbarThemeEfl.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebCore/platform/efl/ScrollbarThemeEfl.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -29,8 +29,6 @@
 #include "config.h"
 #include "ScrollbarThemeEfl.h"
 
-#include <stdio.h>
-
 namespace WebCore {
 
 ScrollbarTheme* ScrollbarTheme::nativeTheme()

Modified: trunk/Source/WebKit/efl/ChangeLog (147292 => 147293)


--- trunk/Source/WebKit/efl/ChangeLog	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebKit/efl/ChangeLog	2013-04-01 01:16:33 UTC (rev 147293)
@@ -1,3 +1,17 @@
+2013-03-31  Kangil Han  <[email protected]>
+
+        [EFL] Remove unused stdio.h includes
+        https://bugs.webkit.org/show_bug.cgi?id=113655
+
+        Reviewed by Andreas Kling.
+
+        We do not have to include unused header file.
+
+        * ewk/ewk_tiled_backing_store.cpp:
+        * ewk/ewk_tiled_matrix.cpp:
+        * ewk/ewk_tiled_model.cpp:
+        (tile_account):
+
 2013-03-27  Timothy Hatcher  <[email protected]>
 
         Add support for dock-to-right of the Web Inspector in the Mac port.

Modified: trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp (147292 => 147293)


--- trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -29,7 +29,6 @@
 #include <algorithm>
 #include <errno.h>
 #include <math.h>
-#include <stdio.h> // XXX REMOVE ME LATER
 #include <stdlib.h>
 #include <string.h>
 #include <wtf/OwnPtr.h>

Modified: trunk/Source/WebKit/efl/ewk/ewk_tiled_matrix.cpp (147292 => 147293)


--- trunk/Source/WebKit/efl/ewk/ewk_tiled_matrix.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebKit/efl/ewk/ewk_tiled_matrix.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -29,7 +29,6 @@
 #include <errno.h>
 #include <inttypes.h>
 #include <math.h>
-#include <stdio.h> // XXX remove me later
 #include <stdlib.h>
 #include <string.h>
 #include <wtf/OwnPtr.h>

Modified: trunk/Source/WebKit/efl/ewk/ewk_tiled_model.cpp (147292 => 147293)


--- trunk/Source/WebKit/efl/ewk/ewk_tiled_model.cpp	2013-03-31 23:28:28 UTC (rev 147292)
+++ trunk/Source/WebKit/efl/ewk/ewk_tiled_model.cpp	2013-04-01 01:16:33 UTC (rev 147293)
@@ -29,7 +29,6 @@
 #include <eina_safety_checks.h>
 #include <errno.h>
 #include <inttypes.h>
-#include <stdio.h> // XXX REMOVE ME LATER
 #include <stdlib.h>
 #include <string.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to