Changeset 88e127ee in mainline for uspace/srv/net/tl/tcp/tcp.c


Ignore:
Timestamp:
2010-10-06T20:31:17Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7a8442
Parents:
e4554d4
Message:

Move socket_messages.h to libc's ipc/socket.h

File:
1 edited

Legend:

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

    re4554d4 r88e127ee  
    4747#include <ipc/ipc.h>
    4848#include <ipc/services.h>
     49#include <ipc/socket.h>
    4950
    5051#include <net/socket_codes.h>
     
    6768#include <tcp_codes.h>
    6869#include <socket_core.h>
    69 #include <socket_messages.h>
    7070#include <tl_common.h>
    7171#include <tl_messages.h>
Note: See TracChangeset for help on using the changeset viewer.