mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +00:00
Remove redundant include.
This commit is contained in:
parent
806b3d68e1
commit
74122f2d6d
1 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "fluid_synth.h"
|
#include "fluid_synth.h"
|
||||||
#include "fluid_sys.h"
|
|
||||||
#include "fluid_settings.h"
|
#include "fluid_settings.h"
|
||||||
#include "fluid_adriver.h"
|
#include "fluid_adriver.h"
|
||||||
|
|
||||||
|
@ -362,4 +361,4 @@ delete_fluid_portaudio_driver(fluid_audio_driver_t *p)
|
||||||
FLUID_FREE (dev);
|
FLUID_FREE (dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /*#if PORTAUDIO_SUPPORT */
|
#endif /* PORTAUDIO_SUPPORT */
|
||||||
|
|
Loading…
Reference in a new issue