summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-bus/bus-slot.h
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-11-18 22:46:33 +0100
committerSven Eden <yamakuzure@gmx.net>2017-05-17 15:22:14 +0200
commit48a439f2dac67302f3e7d1ccb21bd93e919efd02 (patch)
tree42892196e91f5336800a24be5d810e03436b39e6 /src/libelogind/sd-bus/bus-slot.h
parent43d6128a531598d16bd580675f3756b5941273ba (diff)
tree-wide: sort includes in *.h
This is a continuation of the previous include sort patch, which only sorted for .c files.
Diffstat (limited to 'src/libelogind/sd-bus/bus-slot.h')
-rw-r--r--src/libelogind/sd-bus/bus-slot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libelogind/sd-bus/bus-slot.h b/src/libelogind/sd-bus/bus-slot.h
index 23a15e4d0..c997e58f9 100644
--- a/src/libelogind/sd-bus/bus-slot.h
+++ b/src/libelogind/sd-bus/bus-slot.h
@@ -22,6 +22,7 @@
***/
#include "sd-bus.h"
+
#include "bus-internal.h"
sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);