src/network/core/tcp.c
changeset 5778 c1454e0c03bf
parent 5726 8f399788f6c9
child 5779 d94be8c0cf86
equal deleted inserted replaced
5777:6f220a5cb864 5778:c1454e0c03bf
     7 #include "../../openttd.h"
     7 #include "../../openttd.h"
     8 #include "../../variables.h"
     8 #include "../../variables.h"
     9 #include "table/strings.h"
     9 #include "table/strings.h"
    10 #include "../../functions.h"
    10 #include "../../functions.h"
    11 
    11 
    12 #include "os_abstraction.h"
    12 #include "../network_data.h"
    13 #include "config.h"
       
    14 #include "packet.h"
    13 #include "packet.h"
    15 #include "../network_data.h"
       
    16 #include "tcp.h"
    14 #include "tcp.h"
    17 
    15 
    18 /**
    16 /**
    19  * @file tcp.c Basic functions to receive and send TCP packets.
    17  * @file tcp.c Basic functions to receive and send TCP packets.
    20  */
    18  */