summaryrefslogtreecommitdiff
path: root/utils/extconf.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2007-11-16 21:08:28 +0000
committerLuigi Rizzo <rizzo@icir.org>2007-11-16 21:08:28 +0000
commit4afe3b5ba9f11d5390eb20cc75665444fb1fbda3 (patch)
treec73bbb475fa290d355d9a7c9ad7c49488b85727c /utils/extconf.c
parent04497db215698eaef1add4d8d3c69f7fae488665 (diff)
remove redundant #include "asterisk/compat.h",
but make sure that asterisk/compiler.h is included everywhere git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89336 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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"