mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
programs/*.c : Don't include un-needed headers.
This commit is contained in:
parent
294cdd7f27
commit
a608fc7be1
@ -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
|
||||
|
@ -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>
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <sndfile.h>
|
||||
|
@ -37,7 +37,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <sndfile.h>
|
||||
|
Loading…
Reference in New Issue
Block a user