summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-10-09 16:04:41 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-10-09 16:04:41 +0000
commit7adbd6bb16240d5526a97fc437870f885811f20b (patch)
tree78295cec6ec62fcb265b80647af188708b2acf3d /utils
parent5aaaaed28de621019198f10281b60161e90cafde (diff)
Remove redundant includes (patch by snuffy) (Closes issue #10922)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils')
-rw-r--r--utils/astman.c1
-rw-r--r--utils/check_expr.c4
2 files changed, 2 insertions, 3 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 357cc5fe5..117fc1c82 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -32,7 +32,6 @@
#include <sys/select.h>
#include <fcntl.h>
#include <string.h>
-#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/utils/check_expr.c b/utils/check_expr.c
index 9a5c5f67f..df3b19b58 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -27,8 +27,8 @@ struct ast_channel
char x; /* basically empty! */
};
-#include <../include/asterisk/compat.h>
-#include <../include/asterisk/ast_expr.h>
+#include "../include/asterisk/compat.h"
+#include "../include/asterisk/ast_expr.h"
#define AST_API_MODULE 1
#include "asterisk/inline_api.h"