Changeset 522253c1 in mainline for uspace/srv/net/net/net.c


Ignore:
Timestamp:
2010-10-15T18:56:09Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
779a47d
Parents:
f87ec535
Message:

Move Internet layer modules messages definitions to standard library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net.c

    rf87ec535 r522253c1  
    4646
    4747#include <ipc/ipc.h>
     48#include <ipc/services.h>
    4849#include <ipc/net.h>
    49 #include <ipc/services.h>
     50#include <ipc/il.h>
    5051
    5152#include <net/modules.h>
     
    5556#include <adt/module_map.h>
    5657#include <net/packet.h>
    57 #include <il_messages.h>
    5858#include <netif_remote.h>
    5959#include <net/device.h>
Note: See TracChangeset for help on using the changeset viewer.