aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-18 11:59:48 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-18 11:59:48 +0000
commit02448f47ebbb8ab95d05ae293d63ebcda5966652 (patch)
tree608070f2893af4e4871a251a4e24a6ae9e72cd0f /utils
parentff385b4aa16504c61a610b616e7fb6acd48d10fd (diff)
Merged revisions 48554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48554 | kpfleming | 2006-12-18 05:59:24 -0600 (Mon, 18 Dec 2006) | 3 lines 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/trunk@48555 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 f58aa6b18..b47371497 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>