[systemd-commits] src/console

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Fri May 29 12:12:31 PDT 2015


 src/console/consoled-manager.c |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 56f342f3975ceda4d93736441d861d37ff10ea12
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Fri May 29 21:11:30 2015 +0200

    console: use signal-util.h and reorder includes
    
    Missed this one from the previous commit

diff --git a/src/console/consoled-manager.c b/src/console/consoled-manager.c
index b288239..e560dcf 100644
--- a/src/console/consoled-manager.c
+++ b/src/console/consoled-manager.c
@@ -21,16 +21,17 @@
 
 #include <errno.h>
 #include <stdlib.h>
-#include "consoled.h"
-#include "grdev.h"
-#include "idev.h"
-#include "log.h"
 #include "sd-bus.h"
 #include "sd-event.h"
 #include "sd-login.h"
+#include "log.h"
+#include "signal-util.h"
+#include "util.h"
+#include "consoled.h"
+#include "idev.h"
+#include "grdev.h"
 #include "sysview.h"
 #include "unifont.h"
-#include "util.h"
 
 int manager_new(Manager **out) {
         _cleanup_(manager_freep) Manager *m = NULL;



More information about the systemd-commits mailing list