summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/dbus-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/dbus-path.c')
-rw-r--r--src/grp-system/libcore/dbus-path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-system/libcore/dbus-path.c b/src/grp-system/libcore/dbus-path.c
index 2f2a65d4c1..d312652be4 100644
--- a/src/grp-system/libcore/dbus-path.c
+++ b/src/grp-system/libcore/dbus-path.c
@@ -17,10 +17,11 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include "basic/string-util.h"
#include "shared/bus-util.h"
+
#include "dbus-path.h"
#include "path.h"
-#include "basic/string-util.h"
#include "unit.h"
static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, path_result, PathResult);