Changeset 166215 in webkit


Ignore:
Timestamp:
Mar 24, 2014 6:21:04 PM (10 years ago)
Author:
Simon Fraser
Message:

Remove some unnecessary includes from PlatformCALayerClient.h
https://bugs.webkit.org/show_bug.cgi?id=130703

Reviewed by Andreas Kling.

No need for all these #includes.

  • platform/graphics/ca/PlatformCALayerClient.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r166214 r166215  
     12014-03-24  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Remove some unnecessary includes from PlatformCALayerClient.h
     4        https://bugs.webkit.org/show_bug.cgi?id=130703
     5
     6        Reviewed by Andreas Kling.
     7       
     8        No need for all these #includes.
     9
     10        * platform/graphics/ca/PlatformCALayerClient.h:
     11
    1122014-03-24  Adenilson Cavalcanti  <cavalcantii@gmail.com>
    213
  • trunk/Source/WebCore/platform/graphics/ca/PlatformCALayerClient.h

    r165676 r166215  
    2727#define PlatformCALayerClient_h
    2828
    29 #include "GraphicsContext.h"
    3029#include "GraphicsLayer.h"
    31 #include "PlatformCAAnimation.h"
    32 #include <wtf/HashMap.h>
    33 #include <wtf/PassRefPtr.h>
    34 #include <wtf/RefCounted.h>
    35 #include <wtf/RetainPtr.h>
    36 #include <wtf/Vector.h>
    37 #include <wtf/text/StringHash.h>
    38 #include <wtf/text/WTFString.h>
    3930
    4031namespace WebCore {
    4132
     33class FloatRect;
     34class GraphicsContext;
    4235class PlatformCALayer;
    4336
Note: See TracChangeset for help on using the changeset viewer.