| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 7e7a06c24260350d42b3cb95b2bb4e2d5759687e..f73f6f9b4ee80c35e8d3303eab1cde564072ae28 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -36,10 +36,8 @@
|
| #include "core/dom/DeviceOrientationData.h"
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| #include "modules/geolocation/GeolocationPosition.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|