Changeset 53008 in webkit


Ignore:
Timestamp:
Jan 8, 2010 2:05:18 PM (14 years ago)
Author:
yong.li@torchmobile.com
Message:

2010-01-08 Yong Li <yoli@rim.com>

Reviewed by Darin Adler.

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

  • wtf/FastMalloc.cpp:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r52987 r53008  
     12010-01-08  Yong Li  <yoli@rim.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Remove unnecessary #include from FastMalloc.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=33393
     7
     8        * wtf/FastMalloc.cpp:
     9
    1102010-01-08  Eric Seidel  <eric@webkit.org>
    211
  • 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.