0
0
Fork 0
mirror of https://github.com/ZDoom/fluidsynth.git synced 2025-04-16 12:42:13 +00:00

Remove unused includes

This commit is contained in:
Marcus Weseloh 2017-10-21 17:18:05 +02:00
parent 885178ef9d
commit 9f4c60c6c8

View file

@ -27,9 +27,7 @@
#ifdef LADSPA
#include "fluid_ladspa.h"
#include "fluid_synth.h"
#include "fluid_sys.h"
#include <ctype.h>
#include <dlfcn.h>
#define LADSPA_API_ENTER(_fx) (fluid_rec_mutex_lock((_fx)->api_mutex))