Changeset fe5d3c1b in mainline for uspace/srv/net/tl/tcp/tcp_module.c


Ignore:
Timestamp:
2010-10-06T19:18:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2687bdb
Parents:
bcafa70
Message:

Move ip_protocols.h from libsocket to libc.

Remove currently unused defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp_module.c

    rbcafa70 rfe5d3c1b  
    4444#include <ipc/services.h>
    4545
     46#include <net/ip_protocols.h>
     47
    4648#include <net_modules.h>
    4749#include <packet/packet.h>
    4850#include <net_interface.h>
    49 #include <ip_protocols.h>
    5051#include <ip_interface.h>
    5152#include <tl_local.h>
Note: See TracChangeset for help on using the changeset viewer.