From 86f210e9c914ba12477d4b2e7fa6f5cfa196a324 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 22 Jun 2015 17:16:03 +0200 Subject: Imported Upstream version 221 --- src/libsystemd-terminal/grdev.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libsystemd-terminal/grdev.c') diff --git a/src/libsystemd-terminal/grdev.c b/src/libsystemd-terminal/grdev.c index feed579295..71f0bd31e7 100644 --- a/src/libsystemd-terminal/grdev.c +++ b/src/libsystemd-terminal/grdev.c @@ -22,14 +22,14 @@ #include #include #include -#include -#include -#include "grdev.h" -#include "grdev-internal.h" +#include "sd-bus.h" +#include "sd-event.h" #include "hashmap.h" -#include "login-shared.h" +#include "login-util.h" #include "macro.h" #include "util.h" +#include "grdev.h" +#include "grdev-internal.h" static void pipe_enable(grdev_pipe *pipe); static void pipe_disable(grdev_pipe *pipe); -- cgit v1.2.1