chiark / gitweb /
sd-bus: don't include internal header memfd.h in public header sd-bus.h
authorHristo Venev <mustrumr97@gmail.com>
Tue, 26 Aug 2014 18:40:35 +0000 (20:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Aug 2014 18:40:35 +0000 (20:40 +0200)
https://bugs.freedesktop.org/show_bug.cgi?id=83097

src/libsystemd/sd-bus/bus-message.c
src/systemd/sd-bus.h

index c058b06f41b473dfbe43327ba987328f2a97fd13..d00455a1121de100b01e64cb5a61e6c550a47398 100644 (file)
@@ -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"
index 1e23a93a6000c2ea94f79fb5a14d390e14ecc887..036ab556c1ae36df0c4f945d4b34333e9be1f9cf 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "sd-id128.h"
 #include "sd-event.h"
-#include "memfd.h"
 #include "_sd-common.h"
 
 _SD_BEGIN_DECLARATIONS;