aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_jpeg.c')
-rw-r--r--formats/format_jpeg.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/formats/format_jpeg.c b/formats/format_jpeg.c
index dd875d66f..9bbb91724 100644
--- a/formats/format_jpeg.c
+++ b/formats/format_jpeg.c
@@ -28,16 +28,9 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <sys/time.h>
-
-#include "asterisk/channel.h"
#include "asterisk/file.h"
-#include "asterisk/sched.h"
#include "asterisk/module.h"
#include "asterisk/image.h"
-#include "asterisk/lock.h"
#include "asterisk/endian.h"
static struct ast_frame *jpeg_read_image(int fd, int len)