aboutsummaryrefslogtreecommitdiffstats
path: root/utils
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
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')
-rw-r--r--utils/ael_main.c2
-rw-r--r--utils/astman.c2
-rw-r--r--utils/smsq.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/utils/ael_main.c b/utils/ael_main.c
index 606ac8d6a..e589dc967 100644
--- a/utils/ael_main.c
+++ b/utils/ael_main.c
@@ -1,5 +1,3 @@
-#include "asterisk/autoconfig.h"
-
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
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>
diff --git a/utils/smsq.c b/utils/smsq.c
index 64be37181..bacae9ef3 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -17,8 +17,6 @@
* at the top of the source tree.
*/
-#include "asterisk/autoconfig.h"
-
#include <stdio.h>
#include <popt.h>
#include <sys/types.h>