| Index: ui/events/x/events_x.cc
|
| diff --git a/ui/events/x/events_x.cc b/ui/events/x/events_x.cc
|
| index 0dd9eb917560df7de73a286b167e394531dcc0a8..6678f01dac7983e7a637ae2c6a339409afb16081 100644
|
| --- a/ui/events/x/events_x.cc
|
| +++ b/ui/events/x/events_x.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ui/events/event_constants.h"
|
|
|
| -#include <cmath>
|
| #include <string.h>
|
| #include <X11/extensions/XInput.h>
|
| #include <X11/extensions/XInput2.h>
|
| +#include <X11/XKBlib.h>
|
| #include <X11/Xlib.h>
|
| #include <X11/Xutil.h>
|
| -#include <X11/XKBlib.h>
|
| +#include <cmath>
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/singleton.h"
|
| @@ -22,7 +22,7 @@
|
| #include "ui/events/keycodes/keyboard_code_conversion_x.h"
|
| #include "ui/gfx/display.h"
|
| #include "ui/gfx/geometry/point.h"
|
| -#include "ui/gfx/rect.h"
|
| +#include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/gfx/x/x11_atom_cache.h"
|
| #include "ui/gfx/x/x11_types.h"
|
|
|