chiark / gitweb /
remove unused includes
[elogind.git] / src / libsystemd-network / test-dhcp-client.c
index 8e88641430389404e8a647196a1c9db9cf12a2ea..d341210887c43f6d7e99cbef26e4cca392a5a95a 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdlib.h>
-#include <assert.h>
 #include <errno.h>
 #include <stdio.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <unistd.h>
 
 #include "util.h"
-#include "socket-util.h"
 #include "sd-event.h"
 #include "event-util.h"