sd-bus: don't include internal header memfd.h in public header sd-bus.h

https://bugs.freedesktop.org/show_bug.cgi?id=83097
This commit is contained in:
Hristo Venev 2014-08-26 20:40:35 +02:00 committed by Lennart Poettering
parent 498cfc230a
commit f2322f0b64
2 changed files with 1 additions and 1 deletions

View 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"

View file

@ -28,7 +28,6 @@
#include "sd-id128.h"
#include "sd-event.h"
#include "memfd.h"
#include "_sd-common.h"
_SD_BEGIN_DECLARATIONS;