Changeset 5a324d99 in mainline for uspace/srv/net/dhcp/dhcp.c


Ignore:
Timestamp:
2013-09-29T22:05:07Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
417a2ba1
Parents:
e948fde
Message:

Remove include where not needed anymore.

File:
1 edited

Legend:

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

    re948fde r5a324d99  
    3737#include <adt/list.h>
    3838#include <bitops.h>
     39#include <errno.h>
    3940#include <fibril_synch.h>
    4041#include <inet/addr.h>
     
    4344#include <io/log.h>
    4445#include <loc.h>
    45 #include <net/in.h>
    46 #include <net/inet.h>
    47 #include <net/socket.h>
    4846#include <stdio.h>
    4947#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.