aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_skel.c
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-15 06:14:15 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-11-15 06:14:15 +0000
commit8bf61362f3a1e0b0ae60b60b22598ea318de3a28 (patch)
treeb88455ffad22491edd1c90ab1efd32b8f588b8ec /apps/app_skel.c
parentea6c73be353ca485910460006ac35d3894e690b8 (diff)
we only need to include stdlib.h once. Thanks bkw
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1754 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_skel.c')
-rwxr-xr-xapps/app_skel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_skel.c b/apps/app_skel.c
index 35560251b..f78652c55 100755
--- a/apps/app_skel.c
+++ b/apps/app_skel.c
@@ -19,7 +19,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <stdlib.h>
#include <pthread.h>
static char *tdesc = "Trivial skeleton Application";