]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/failure-action.c
util-lib: move string table stuff into its own string-table.[ch]
[thirdparty/systemd.git] / src / core / failure-action.c
index 3412accf3e6b4cd4cf6c85a7d58a375bfe246322..c7c95984b7be2cd0c9e12975c212d792b575db82 100644 (file)
 #include <sys/reboot.h>
 #include <linux/reboot.h>
 
-#include "bus-util.h"
 #include "bus-error.h"
-#include "special.h"
+#include "bus-util.h"
 #include "failure-action.h"
+#include "special.h"
+#include "string-table.h"
 #include "terminal-util.h"
 
 static void log_and_status(Manager *m, const char *message) {