Ignore:
File:
1 edited

Legend:

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

    rc7a8442 rc5b59ce  
    3535 */
    3636
    37 #include <net/socket_codes.h>
    38 #include <net/in.h>
    39 #include <net/inet.h>
    40 
    4137#include <stdint.h>
    4238#include <stdlib.h>
     
    4440#include <err.h>
    4541
     42#include <in.h>
     43#include <inet.h>
     44#include <socket_codes.h>
    4645#include <adt/dynamic_fifo.h>
    4746#include <adt/int_map.h>
    4847#include <packet/packet.h>
    4948#include <packet/packet_client.h>
    50 #include <net/modules.h>
     49#include <net_modules.h>
    5150#include <socket_core.h>
    5251
Note: See TracChangeset for help on using the changeset viewer.