chiark / gitweb /
util: loop_write - accept 0-length message
[elogind.git] / src / shared / ring.h
index 1210aabdf68762a2431844358f888573e71a9126..a7c44d1b56fd505a6dc2af5e908f367ee4a77543 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <errno.h>
-#include <inttypes.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/uio.h>
 
 typedef struct Ring Ring;