• Dmitry Safonov's avatar
    soccr: clean a bit includes list · 03eccbf1
    Dmitry Safonov authored
    soccr.h:
    After previous patch <linux/types.h> is not needed anymore,
    <netinet/tcp.h> is needed as we test for it in feature tests,
    i.e., struct tcp_repair_window is declared there.
    Also drop forward-declaration of (struct libsoccr_sk) - it's
    declared again below.
    
    soccr.c:
    Sort headers by name so errors like twice-including errno.h
    will not happen again. Also remove assert.h.
    Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
    Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
    03eccbf1
soccr.h 6.32 KB