diff src/context.cpp @ 11:61a4e8773e2e

remove extraneous include files
author carl
date Mon, 19 Feb 2007 15:30:10 -0800
parents 01268466f0dc
children 75e1a9bcbc2e
line wrap: on
line diff
--- a/src/context.cpp	Tue Jan 30 16:28:16 2007 -0800
+++ b/src/context.cpp	Mon Feb 19 15:30:10 2007 -0800
@@ -8,17 +8,6 @@
 
 #include "includes.h"
 
-// needed for socket io
-#include <unistd.h>
-#include <sys/ioctl.h>
-#include <net/if.h>
-#include <arpa/inet.h>
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <netdb.h>
-#include <sys/socket.h>
-#include <sys/un.h>
-
 static char* context_version="$Id$";
 
 char *token_envfrom;