[Webkit-unassigned] [Bug 33393] Remove unnecessary #include in FastMalloc.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 8 13:38:37 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33393


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46150|review?                     |review+
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2010-01-08 13:38:37 PST ---
(From update of attachment 46150)
It's clear that the <stdlib.h> include is not needed because FastMalloc.h
includes it. There is no use of pthread down here and there is an include of
pthread.h above for the case where we need it. But how did you determine the
windows.h include was not needed? I'll take your word for it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list