fix includes (2)

This commit is contained in:
Olaf Rempel 2006-04-16 21:03:59 +02:00
parent ab6f8ca480
commit a19a7bee92
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ static struct option opts[] = {
{0, 0, 0, 0}
};
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <arpa/inet.h>
int main(int argc, char *argv[])
{
LogSystem::init(DEFAULT_LOGPRIO, new StdErrLog());