| Index: Source/core/fileapi/File.h
|
| diff --git a/Source/core/fileapi/File.h b/Source/core/fileapi/File.h
|
| index 2bfa8947dadb23efb653b211afedd46d0f9c5f1f..3234892479c0dfdd8fc7a7c16843e35de94ef9ad 100644
|
| --- a/Source/core/fileapi/File.h
|
| +++ b/Source/core/fileapi/File.h
|
| @@ -27,9 +27,8 @@
|
| #define File_h
|
|
|
| #include "core/fileapi/Blob.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|