1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-15 05:57:26 +03:00

analyze: fix include order

This commit is contained in:
Lennart Poettering 2018-11-06 12:02:55 +01:00
parent ad5ffe3716
commit 90bea7448d

View File

@ -17,9 +17,9 @@
#include "bus-unit-util.h"
#include "bus-util.h"
#include "calendarspec.h"
#include "def.h"
#include "conf-files.h"
#include "copy.h"
#include "def.h"
#include "fd-util.h"
#include "fileio.h"
#include "glob-util.h"