summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/grdev.c
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-06-22 17:16:03 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2015-06-22 17:16:03 +0200
commit86f210e9c914ba12477d4b2e7fa6f5cfa196a324 (patch)
treedce357d070f98e916be8861d669f9127b0719629 /src/libsystemd-terminal/grdev.c
parente3bff60a6ef3419af32552b54bf19331e59c01c9 (diff)
downloadsystemd-86f210e9c914ba12477d4b2e7fa6f5cfa196a324.tar.gz
Imported Upstream version 221
Diffstat (limited to 'src/libsystemd-terminal/grdev.c')
-rw-r--r--src/libsystemd-terminal/grdev.c10
1 files changed, 5 insertions, 5 deletions
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 <libudev.h>
#include <stdbool.h>
#include <stdlib.h>
-#include <systemd/sd-bus.h>
-#include <systemd/sd-event.h>
-#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);