programs/*.c : Don't include un-needed headers.

This commit is contained in:
Erik de Castro Lopo 2009-02-22 12:42:32 +11:00
parent 294cdd7f27
commit a608fc7be1
4 changed files with 5 additions and 4 deletions

View File

@ -3,9 +3,12 @@
* src/ima_adpcm.c
Clamp values to a valid range before indexing ima_step_size array.
* src/GSM610/*.c tests/*c
* src/GSM610/*.c tests/*c programs/*.c
Don't include un-needed headers.
* programs/sndfile-info.c
Remove dead code.
2009-02-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/sd2.c

View File

@ -1,4 +1,5 @@
/*
** Copyright (c) 2007-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
** Copyright (C) 2007 Jonatan Liljedahl <lijon@kymatica.com>
**
** This program is free software ; you can redistribute it and/or modify
@ -27,7 +28,6 @@
#if HAVE_JACK
#include <math.h>
#include <float.h>
#include <pthread.h>
#include <jack/jack.h>

View File

@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <time.h>
#include <sndfile.h>

View File

@ -37,7 +37,6 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <time.h>
#include <sndfile.h>