changeset 11:61a4e8773e2e

remove extraneous include files
author carl
date Mon, 19 Feb 2007 15:30:10 -0800
parents f9e8bbf33a2a
children bb3d2cd6007e
files ChangeLog NEWS configure.in src/context.cpp
diffstat 4 files changed, 5 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jan 30 16:28:16 2007 -0800
+++ b/ChangeLog	Mon Feb 19 15:30:10 2007 -0800
@@ -1,5 +1,8 @@
     $Id$
 
+1.4 2007-02-07
+    More fixes for solaris, remove extraneous include files
+
 1.3 2007-01-30
     More fixes for solaris, use an autoconf macro for posix thread
     detection.
--- a/NEWS	Tue Jan 30 16:28:16 2007 -0800
+++ b/NEWS	Mon Feb 19 15:30:10 2007 -0800
@@ -1,5 +1,6 @@
     $Id$
 
+1.4  2007-02-07 more fixes for solaris
 1.3  2007-01-30 more fixes for solaris
 1.2  2007-01-03 patches to build on solaris
 1.1  2006-12-22 better autoconf setup for portability
--- a/configure.in	Tue Jan 30 16:28:16 2007 -0800
+++ b/configure.in	Mon Feb 19 15:30:10 2007 -0800
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(sm-archive,1.3,carl@five-ten-sg.com)
+AC_INIT(sm-archive,1.4,carl@five-ten-sg.com)
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
 
--- 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;