From: Hristo Venev Date: Tue, 26 Aug 2014 18:40:35 +0000 (+0200) Subject: sd-bus: don't include internal header memfd.h in public header sd-bus.h X-Git-Tag: v217~763 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f2322f0b64107b2eee1fadb6c59857381277a9f8 sd-bus: don't include internal header memfd.h in public header sd-bus.h https://bugs.freedesktop.org/show_bug.cgi?id=83097 --- diff --git a/src/libsystemd/sd-bus/bus-message.c b/src/libsystemd/sd-bus/bus-message.c index c058b06f4..d00455a11 100644 --- a/src/libsystemd/sd-bus/bus-message.c +++ b/src/libsystemd/sd-bus/bus-message.c @@ -28,6 +28,7 @@ #include "strv.h" #include "time-util.h" #include "cgroup-util.h" +#include "memfd.h" #include "sd-bus.h" #include "bus-message.h" diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 1e23a93a6..036ab556c 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -28,7 +28,6 @@ #include "sd-id128.h" #include "sd-event.h" -#include "memfd.h" #include "_sd-common.h" _SD_BEGIN_DECLARATIONS;