| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index af638d132d2a047189dd9a756de1ea09af5f4622..70e10b979b7855ec994b2e74d030466d34d24ff9 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 {
|
|
|
|
|