summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-event/event-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd/sd-event/event-util.h')
-rw-r--r--src/libsystemd/sd-event/event-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsystemd/sd-event/event-util.h b/src/libsystemd/sd-event/event-util.h
index e7cad9be46..ae020340a5 100644
--- a/src/libsystemd/sd-event/event-util.h
+++ b/src/libsystemd/sd-event/event-util.h
@@ -21,9 +21,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "util.h"
#include "sd-event.h"
+#include "util.h"
+
DEFINE_TRIVIAL_CLEANUP_FUNC(sd_event*, sd_event_unref);
DEFINE_TRIVIAL_CLEANUP_FUNC(sd_event_source*, sd_event_source_unref);