aboutsummaryrefslogtreecommitdiffstats
path: root/abstract_jb.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 20:40:10 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-09 20:40:10 +0000
commit0f9cabe4d5959d4b424512d6dc37ab7d7fdc52d2 (patch)
tree6c049156bd48f17ee9c0583ade9bf9039abc6ac6 /abstract_jb.c
parent926f67f6828f49103b6c204fe6da0641465e4dad (diff)
there is no reason to define our own 'maximum path length' when the POSIX headers already define one for us
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33351 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'abstract_jb.c')
-rw-r--r--abstract_jb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/abstract_jb.c b/abstract_jb.c
index d68d6d47c..d9b4dc965 100644
--- a/abstract_jb.c
+++ b/abstract_jb.c
@@ -32,7 +32,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdio.h>
#include <stdlib.h>
-#include <limits.h>
#include "asterisk/frame.h"
#include "asterisk/channel.h"