Remove redundant include.

This commit is contained in:
carlo-bramini 2017-12-24 14:43:06 +01:00 committed by GitHub
parent 806b3d68e1
commit 74122f2d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
*/
#include "fluid_synth.h"
#include "fluid_sys.h"
#include "fluid_settings.h"
#include "fluid_adriver.h"
@ -362,4 +361,4 @@ delete_fluid_portaudio_driver(fluid_audio_driver_t *p)
FLUID_FREE (dev);
}
#endif /*#if PORTAUDIO_SUPPORT */
#endif /* PORTAUDIO_SUPPORT */