1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-23 13:57:33 +03:00

man: glib-event-glue.c - remove unnecessary includes

This is just an example, so no error-handling is done here anyway.
This commit is contained in:
Tom Gundersen 2014-11-03 14:45:21 +01:00
parent e8f826f660
commit aa9c4134ed

View File

@ -22,8 +22,6 @@
SOFTWARE. SOFTWARE.
***/ ***/
#include <assert.h>
#include <errno.h>
#include <stdlib.h> #include <stdlib.h>
typedef struct SDEventSource { typedef struct SDEventSource {