summaryrefslogtreecommitdiff
path: root/src/grp-machine/libmachine-core/test-machine-tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/libmachine-core/test-machine-tables.c')
-rw-r--r--src/grp-machine/libmachine-core/test-machine-tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-machine/libmachine-core/test-machine-tables.c b/src/grp-machine/libmachine-core/test-machine-tables.c
index 4f87a7d06b..7d44c55a4b 100644
--- a/src/grp-machine/libmachine-core/test-machine-tables.c
+++ b/src/grp-machine/libmachine-core/test-machine-tables.c
@@ -17,9 +17,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "machine.h"
#include "shared/test-tables.h"
+#include "machine.h"
+
int main(int argc, char **argv) {
test_table(machine_class, MACHINE_CLASS);
test_table(machine_state, MACHINE_STATE);