Title: [147918] trunk/Source/WTF
Revision
147918
Author
[email protected]
Date
2013-04-08 09:26:00 -0700 (Mon, 08 Apr 2013)

Log Message

Build fix.

Modified Paths


Diff

Modified: trunk/Source/WTF/ChangeLog (147917 => 147918)


--- trunk/Source/WTF/ChangeLog	2013-04-08 16:13:47 UTC (rev 147917)
+++ trunk/Source/WTF/ChangeLog	2013-04-08 16:26:00 UTC (rev 147918)
@@ -1,3 +1,11 @@
+2013-04-08  Oliver Hunt  <[email protected]>
+
+        Build fix.
+
+        Remove unnecessary include of <wtf/Forward.h> from Vector.h
+
+        * wtf/Vector.h:
+
 2013-04-08  Csaba Osztrogonác  <[email protected]>
 
         Unreviewed trivial buildfix after r147799.

Modified: trunk/Source/WTF/wtf/Vector.h (147917 => 147918)


--- trunk/Source/WTF/wtf/Vector.h	2013-04-08 16:13:47 UTC (rev 147917)
+++ trunk/Source/WTF/wtf/Vector.h	2013-04-08 16:26:00 UTC (rev 147918)
@@ -24,7 +24,6 @@
 #include <wtf/Alignment.h>
 #include <wtf/CheckedArithmetic.h>
 #include <wtf/FastAllocBase.h>
-#include <wtf/Forward.h>
 #include <wtf/Noncopyable.h>
 #include <wtf/NotFound.h>
 #include <wtf/StdLibExtras.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to