| Index: Source/core/inspector/InspectorInputAgent.h
|
| diff --git a/Source/core/inspector/InspectorInputAgent.h b/Source/core/inspector/InspectorInputAgent.h
|
| index d3295293afbba5eac7b1b1a3158d36d4eb810a92..ecd0d84d08ca2f77f143523c16bd047994783c6f 100644
|
| --- a/Source/core/inspector/InspectorInputAgent.h
|
| +++ b/Source/core/inspector/InspectorInputAgent.h
|
| @@ -31,12 +31,10 @@
|
| #ifndef InspectorInputAgent_h
|
| #define InspectorInputAgent_h
|
|
|
| -
|
| #include "core/inspector/InspectorBaseAgent.h"
|
| -
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
| class InspectorClient;
|
|
|