summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-10-09 16:04:41 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-10-09 16:04:41 +0000
commit7adbd6bb16240d5526a97fc437870f885811f20b (patch)
tree78295cec6ec62fcb265b80647af188708b2acf3d /utils/astman.c
parent5aaaaed28de621019198f10281b60161e90cafde (diff)
Remove redundant includes (patch by snuffy) (Closes issue #10922)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 357cc5fe5..117fc1c82 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -32,7 +32,6 @@
#include <sys/select.h>
#include <fcntl.h>
#include <string.h>
-#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>