aboutsummaryrefslogtreecommitdiffstats
path: root/plc.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 /plc.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 'plc.c')
-rw-r--r--plc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plc.c b/plc.c
index 5761e3bb9..4c388907e 100644
--- a/plc.c
+++ b/plc.c
@@ -37,7 +37,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdlib.h>
#include <string.h>
#include <math.h>
-#include <limits.h>
#include "asterisk/plc.h"