| Index: Source/core/platform/graphics/BitmapImage.h
|
| diff --git a/Source/core/platform/graphics/BitmapImage.h b/Source/core/platform/graphics/BitmapImage.h
|
| index bbbf4d83e85fe8dc8d71d4248842ada35f7420a8..702ea8d160a1c2b1f0f56f592d2f1ee4b9bf9ae2 100644
|
| --- a/Source/core/platform/graphics/BitmapImage.h
|
| +++ b/Source/core/platform/graphics/BitmapImage.h
|
| @@ -28,11 +28,11 @@
|
| #ifndef BitmapImage_h
|
| #define BitmapImage_h
|
|
|
| -#include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/FrameData.h"
|
| #include "core/platform/graphics/Image.h"
|
| #include "core/platform/graphics/ImageSource.h"
|
| #include "platform/geometry/IntSize.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "wtf/Forward.h"
|
|
|
|
|