From ce1daea1d1d9380c6ff71f0ee9f9e4eba20c9f2a Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 30 May 2015 00:01:18 +0200 Subject: terminal: fix include ordering --- src/libsystemd-terminal/grdev-drm.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libsystemd-terminal/grdev-drm.c') diff --git a/src/libsystemd-terminal/grdev-drm.c b/src/libsystemd-terminal/grdev-drm.c index 01a70fd320..4cee95f469 100644 --- a/src/libsystemd-terminal/grdev-drm.c +++ b/src/libsystemd-terminal/grdev-drm.c @@ -27,8 +27,6 @@ #include #include #include -#include -#include #include /* Yuck! DRM headers need system headers included first.. but we have to @@ -37,12 +35,14 @@ #include #include -#include "bus-util.h" +#include "sd-bus.h" +#include "sd-event.h" #include "hashmap.h" -#include "grdev.h" -#include "grdev-internal.h" #include "macro.h" #include "util.h" +#include "bus-util.h" +#include "grdev.h" +#include "grdev-internal.h" #define GRDRM_MAX_TRIES (16) -- cgit v1.2.3-54-g00ecf