summaryrefslogtreecommitdiff
path: root/src/systemd-fsck/fsck.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 17:26:59 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-28 17:26:59 -0400
commit1ed649627c5dbf9254f325c8254bfa69c31466c9 (patch)
tree33f436b38458a9e874cea6e89864fcea371c3fd7 /src/systemd-fsck/fsck.c
parentb66477d644af37599d0981cae95f90ee99585202 (diff)
headerssss
Diffstat (limited to 'src/systemd-fsck/fsck.c')
-rw-r--r--src/systemd-fsck/fsck.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/systemd-fsck/fsck.c b/src/systemd-fsck/fsck.c
index f6e5309cd5..4ca018763f 100644
--- a/src/systemd-fsck/fsck.c
+++ b/src/systemd-fsck/fsck.c
@@ -28,13 +28,8 @@
#include <unistd.h>
#include <systemd/sd-bus.h>
-#include <systemd/sd-device.h>
#include "basic/alloc-util.h"
-#include "sd-bus/bus-common-errors.h"
-#include "sd-bus/bus-error.h"
-#include "shared/bus-util.h"
-#include "sd-device/device-util.h"
#include "basic/fd-util.h"
#include "basic/fs-util.h"
#include "basic/parse-util.h"
@@ -46,6 +41,11 @@
#include "basic/special.h"
#include "basic/stdio-util.h"
#include "basic/util.h"
+#include "sd-bus/bus-common-errors.h"
+#include "sd-bus/bus-error.h"
+#include "sd-device/device-util.h"
+#include "sd-device/sd-device.h"
+#include "shared/bus-util.h"
/* exit codes as defined in fsck(8) */
enum {