aboutsummaryrefslogtreecommitdiffstats
path: root/utils/extconf.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-16 21:08:28 +0000
commit82c12f8105b7085e3dd9f7e67dcd15fe5c1d8056 (patch)
treec73bbb475fa290d355d9a7c9ad7c49488b85727c /utils/extconf.c
parent977ebbedcd6dbc8fd65c3cc7ca9f7b05c2a9d361 (diff)
remove redundant #include "asterisk/compat.h",
but make sure that asterisk/compiler.h is included everywhere git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89336 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/extconf.c')
-rw-r--r--utils/extconf.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index fa31102eb..0028e82ae 100644
--- a/utils/extconf.c
+++ b/utils/extconf.c
@@ -24,12 +24,8 @@
*
*/
-#include "asterisk/autoconfig.h"
+#include "asterisk/compat.h"
-#include <stdio.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
#include <errno.h>
#include <time.h>
#include <sys/stat.h>
@@ -67,8 +63,6 @@ struct ast_channel
#include "asterisk/inline_api.h"
-#include "asterisk/compat.h"
-#include "asterisk/compiler.h"
#include "asterisk/endian.h"
#include "asterisk/ast_expr.h"
#include "asterisk/ael_structs.h"