| Index: Source/core/history/HistoryItem.cpp
|
| diff --git a/Source/core/history/HistoryItem.cpp b/Source/core/history/HistoryItem.cpp
|
| index 7a062bf51fd449edafbfbad130633b2d34abb9a0..f538b799ce3b03d5017e6aefb99419b7faf594f2 100644
|
| --- a/Source/core/history/HistoryItem.cpp
|
| +++ b/Source/core/history/HistoryItem.cpp
|
| @@ -30,9 +30,8 @@
|
| #include "bindings/v8/SerializedScriptValue.h"
|
| #include "core/dom/Document.h"
|
| #include "core/platform/network/ResourceRequest.h"
|
| -#include <wtf/CurrentTime.h>
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/text/CString.h>
|
| +#include "wtf/CurrentTime.h"
|
| +#include "wtf/text/CString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|