Changeset c62ae1d6 in mainline for uspace/srv/net/il/ip/ip.c


Ignore:
Timestamp:
2010-10-16T16:56:57Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7a85d16, e037e20e
Parents:
9b9d1c95
Message:

ip_local.h is only included by the IP module so move it there.

File:
1 edited

Legend:

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

    r9b9d1c95 rc62ae1d6  
    7575#include <packet_remote.h>
    7676#include <il_local.h>
    77 #include <ip_local.h>
    7877
    7978#include "ip.h"
    8079#include "ip_header.h"
    8180#include "ip_module.h"
     81#include "ip_local.h"
    8282
    8383/** IP module name.
Note: See TracChangeset for help on using the changeset viewer.