journal: use poll.h rather than sys/poll.h

This does not change anything, as poll.h is a one-line wrapper of sys/poll.h.
Note that man pages e.g. poll(2) indicate to include poll.h rather than sys/poll.h.
So, let's use poll.h.
This commit is contained in:
Yu Watanabe
2025-06-09 09:43:52 +09:00
parent b5aed60222
commit 8139906eaa

View File

@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#include <linux/sockios.h>
#include <poll.h>
#include <sys/ioctl.h>
#include <sys/poll.h>
#include "sd-varlink.h"