diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-05-30 00:01:18 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-05-30 00:02:29 +0200 |
commit | ce1daea1d1d9380c6ff71f0ee9f9e4eba20c9f2a (patch) | |
tree | 2a197ac8365d3c8194b6c596475652d75838cfdf /src/libsystemd-terminal/idev-internal.h | |
parent | 56f342f3975ceda4d93736441d861d37ff10ea12 (diff) |
terminal: fix include ordering
Diffstat (limited to 'src/libsystemd-terminal/idev-internal.h')
-rw-r--r-- | src/libsystemd-terminal/idev-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsystemd-terminal/idev-internal.h b/src/libsystemd-terminal/idev-internal.h index a159aef211..a02a16c408 100644 --- a/src/libsystemd-terminal/idev-internal.h +++ b/src/libsystemd-terminal/idev-internal.h @@ -26,13 +26,13 @@ #include <linux/input.h> #include <stdbool.h> #include <stdlib.h> -#include <systemd/sd-bus.h> -#include <systemd/sd-event.h> #include <xkbcommon/xkbcommon.h> +#include "sd-bus.h" +#include "sd-event.h" #include "hashmap.h" -#include "idev.h" #include "list.h" #include "util.h" +#include "idev.h" typedef struct idev_link idev_link; typedef struct idev_device_vtable idev_device_vtable; |