[Webkit-unassigned] [Bug 33393] New: Remove unnecessary #include in FastMalloc.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 8 11:53:33 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33393
Summary: Remove unnecessary #include in FastMalloc.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: yong.li.webkit at gmail.com
#if FORCE_SYSTEM_MALLOC
#include <stdlib.h>
#if !OS(WINDOWS)
#include <pthread.h>
#else
#include "windows.h"
#endif
Not sure if <stdlib.h> is needed, but <pthread.h> or "windows.h" is definitely
unnecessary.
--
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