Ignore:
Timestamp:
Jan 8, 2010, 2:05:18 PM (15 years ago)
Author:
[email protected]
Message:

2010-01-08 Yong Li <[email protected]>

Reviewed by Darin Adler.

Remove unnecessary #include from FastMalloc.cpp
https://bugs.webkit.org/show_bug.cgi?id=33393

  • wtf/FastMalloc.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/FastMalloc.cpp

    r52918 r53008  
    192192#if FORCE_SYSTEM_MALLOC
    193193
    194 #include <stdlib.h>
    195 #if !OS(WINDOWS)
    196     #include <pthread.h>
    197 #else
    198     #include "windows.h"
    199 #endif
    200 
    201194namespace WTF {
    202195
Note: See TracChangeset for help on using the changeset viewer.