Changeset 162529 in webkit


Ignore:
Timestamp:
Jan 22, 2014 10:16:42 AM (10 years ago)
Author:
jae.park@company100.net
Message:

Remove unnecessary include in Noncopyable.h
https://bugs.webkit.org/show_bug.cgi?id=127406

Reviewed by Anders Carlsson.

  • wtf/Noncopyable.h: We don't need Compiler.h as of r162198.
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r162516 r162529  
     12014-01-22  Jae Hyun Park  <jae.park@company100.net>
     2
     3        Remove unnecessary include in Noncopyable.h
     4        https://bugs.webkit.org/show_bug.cgi?id=127406
     5
     6        Reviewed by Anders Carlsson.
     7
     8        * wtf/Noncopyable.h: We don't need Compiler.h as of r162198.
     9
    1102014-01-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    211
  • trunk/Source/WTF/wtf/Noncopyable.h

    r162198 r162529  
    2222#define WTF_Noncopyable_h
    2323
    24 #include <wtf/Compiler.h>
    25 
    2624#define WTF_MAKE_NONCOPYABLE(ClassName) \
    2725    private: \
Note: See TracChangeset for help on using the changeset viewer.