aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-18 11:59:24 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-18 11:59:24 +0000
commitaeecbffc0b676cd0d3a342a93c4f7f5096193dfc (patch)
treeedcf80ace091bf3bfd49b50ddce2ee3c32e095fa /utils/astman.c
parentbf6b5ffde4fcc4579f6c1a5c5a33be77c9c7152a (diff)
remove some now-unnecessary explicit includes of autoconfig.h
clean up per-file dependencies during 'make clean' git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48554 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 733f377b3..427b581b2 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -22,8 +22,6 @@
*
*/
-#include "asterisk/autoconfig.h"
-
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>