Changeset c62ae1d6 in mainline


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.

Location:
uspace/srv/net/il/ip
Files:
1 edited
1 moved

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.
  • uspace/srv/net/il/ip/ip_local.h

    r9b9d1c95 rc62ae1d6  
    3131 */
    3232
    33 #ifndef __NET_IP_LOCAL_H__
    34 #define __NET_IP_LOCAL_H__
     33#ifndef NET_IP_LOCAL_H_
     34#define NET_IP_LOCAL_H_
    3535
    3636#include <async.h>
Note: See TracChangeset for help on using the changeset viewer.