test_connect: remove 'socket.h'

At least debian doesn't have a 'socket.h' outside /usr/include/sys/
and 'man 7 socket' also states sys/socket.h as the proper reference.
This commit is contained in:
Harald Welte 2016-11-13 19:55:16 +01:00
parent f8b6837862
commit e6b5f61938
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include <stdint.h>
#include <stdio.h>
#include <socket.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>