aboutsummaryrefslogtreecommitdiffstats
path: root/utils/smsq.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 00:23:49 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-21 00:23:49 +0000
commit0043b6cd5897fe6bfe706aa6bcd8839fd8d360a5 (patch)
treebc3702fad5634aced6486d3d4b7c86a674043ce0 /utils/smsq.c
parent4f4d5cb3bf530e0f9f688783ef72f38e118cf24c (diff)
more header removal/normalization
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89473 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/smsq.c')
-rw-r--r--utils/smsq.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/utils/smsq.c b/utils/smsq.c
index f6baf0ad1..af8238c84 100644
--- a/utils/smsq.c
+++ b/utils/smsq.c
@@ -17,19 +17,15 @@
* at the top of the source tree.
*/
-#include <stdio.h>
+#include "asterisk.h"
+
#include <popt.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
-#include <string.h>
#include <ctype.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <time.h>
-#include <asterisk/compat.h>
#ifdef SOLARIS
#define POPT_ARGFLAG_SHOW_DEFAULT 0x00800000
#endif