Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/socket/generic/socket_core.c

    rc5b59ce rc7a8442  
    3535 */
    3636
     37#include <net/socket_codes.h>
     38#include <net/in.h>
     39#include <net/inet.h>
     40
    3741#include <stdint.h>
    3842#include <stdlib.h>
     
    4044#include <err.h>
    4145
    42 #include <in.h>
    43 #include <inet.h>
    44 #include <socket_codes.h>
    4546#include <adt/dynamic_fifo.h>
    4647#include <adt/int_map.h>
    4748#include <packet/packet.h>
    4849#include <packet/packet_client.h>
    49 #include <net_modules.h>
     50#include <net/modules.h>
    5051#include <socket_core.h>
    5152
Note: See TracChangeset for help on using the changeset viewer.