summaryrefslogtreecommitdiff
path: root/src/test/test-engine.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/test/test-engine.c
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/test/test-engine.c')
-rw-r--r--src/test/test-engine.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/test-engine.c b/src/test/test-engine.c
index 86f8b0d335..9d21bb5723 100644
--- a/src/test/test-engine.c
+++ b/src/test/test-engine.c
@@ -21,12 +21,13 @@
#include <stdio.h>
#include <string.h>
-#include "shared/bus-util.h"
-#include "manager.h"
#include "basic/rm-rf.h"
-#include "test-helper.h"
+#include "manager.h"
+#include "shared/bus-util.h"
#include "shared/tests.h"
+#include "test-helper.h"
+
int main(int argc, char *argv[]) {
_cleanup_(rm_rf_physical_and_freep) char *runtime_dir = NULL;
_cleanup_(sd_bus_error_free) sd_bus_error err = SD_BUS_ERROR_NULL;