| Index: Source/core/dom/WheelEvent.cpp
|
| diff --git a/Source/core/dom/WheelEvent.cpp b/Source/core/dom/WheelEvent.cpp
|
| index c08df2b14ce014b47f4bdc2bb11cf137b6e9413f..81135f82bcf3bfc28829d5d9669c541364a93c72 100644
|
| --- a/Source/core/dom/WheelEvent.cpp
|
| +++ b/Source/core/dom/WheelEvent.cpp
|
| @@ -21,11 +21,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "WheelEvent.h"
|
| +#include "core/dom/WheelEvent.h"
|
|
|
| -#include "Clipboard.h"
|
| -#include "EventDispatcher.h"
|
| -#include "EventNames.h"
|
| +#include "core/dom/Clipboard.h"
|
| +#include "core/dom/EventDispatcher.h"
|
| +#include "core/dom/EventNames.h"
|
| #include "core/platform/PlatformWheelEvent.h"
|
|
|
| #include <wtf/MathExtras.h>
|
|
|