| Index: Source/core/dom/TouchEvent.h
|
| diff --git a/Source/core/dom/TouchEvent.h b/Source/core/dom/TouchEvent.h
|
| index 524b87a7a248ae0e32a9286ada90446baa1cc3ad..abbd7b8bac639925ae27e43a83b65ce0db6164f7 100644
|
| --- a/Source/core/dom/TouchEvent.h
|
| +++ b/Source/core/dom/TouchEvent.h
|
| @@ -27,9 +27,9 @@
|
| #ifndef TouchEvent_h
|
| #define TouchEvent_h
|
|
|
| -#include "EventDispatchMediator.h"
|
| -#include "MouseRelatedEvent.h"
|
| -#include "TouchList.h"
|
| +#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/dom/MouseRelatedEvent.h"
|
| +#include "core/dom/TouchList.h"
|
|
|
| namespace WebCore {
|
|
|
|
|