summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsip/common/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsip/common/sip.h')
-rw-r--r--usr/src/lib/libsip/common/sip.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/usr/src/lib/libsip/common/sip.h b/usr/src/lib/libsip/common/sip.h
index 1a3b97c4bd..79969944e5 100644
--- a/usr/src/lib/libsip/common/sip.h
+++ b/usr/src/lib/libsip/common/sip.h
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -33,20 +33,8 @@
extern "C" {
#endif
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <string.h>
-#include <strings.h>
-#include <assert.h>
#include <sys/types.h>
-#include <sys/socket.h>
#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <pthread.h>
-#include <errno.h>
-#include <unistd.h>
-#include <signal.h>
/* Send a SIP message statefully */
#define SIP_SEND_STATEFUL 0x0001