Changeset 593227


Ignore:
Timestamp:
09/20/09 11:05:09 (4 years ago)
Author:
Erik Ekman <yarrick@…>
Branches:
iodine-0.6
Children:
d5decc
Parents:
2c3fdf
git-author:
Erik Ekman <yarrick@…> (09/20/09 11:05:09)
git-committer:
Erik Ekman <yarrick@…> (09/20/09 11:05:09)
Message:

Prune includes

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/client.c

    r94f1d6 r593227  
    2121#include <signal.h> 
    2222#include <unistd.h> 
    23 #include <sys/types.h> 
    2423#include <sys/param.h> 
    2524#include <sys/time.h> 
     
    3736#include <arpa/nameser_compat.h> 
    3837#endif 
    39 #include <sys/socket.h> 
    40 #include <err.h> 
    41 #include <arpa/inet.h> 
    42 #include <netinet/in.h> 
    4338#include <grp.h> 
    4439#include <pwd.h> 
  • src/iodined.c

    r7ca260 r593227  
    2121#include <signal.h> 
    2222#include <unistd.h> 
    23 #include <sys/types.h> 
    2423#include <sys/param.h> 
    2524#include <sys/time.h> 
     
    3837#endif 
    3938#define _XPG4_2 
    40 #include <sys/socket.h> 
    41 #include <err.h> 
    42 #include <arpa/inet.h> 
    43 #include <netinet/in.h> 
    4439#include <netinet/in_systm.h> 
    4540#include <netinet/ip.h> 
Note: See TracChangeset for help on using the changeset viewer.