aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 04:39:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-11 04:39:53 +0000
commitd47b8a1a28e19c4dc934541fae91663d9d1a2597 (patch)
treecc8e65c85fb3ae3845af23133ba355892a16a53e /include
parent34a9d0f729e029733171a6d6b75164f4cf5b2c75 (diff)
remove stray header
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7964 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 6e3a18cad..6121481d0 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -87,7 +87,6 @@
#define _ASTERISK_CHANNEL_H
#include <unistd.h>
-#include <setjmp.h>
#ifdef POLLCOMPAT
#include "asterisk/poll-compat.h"
#else