rename fluid_event_priv.h -> fluid_event.h

This commit is contained in:
derselbst 2018-06-25 17:25:49 +02:00
parent 3da2db91de
commit f8b95969c8
4 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
http://www.infiniteCD.org/
*/
#include "fluid_event_priv.h"
#include "fluid_event.h"
#include "fluid_sys.h" // timer, threads, etc...
#include "fluid_list.h"

View file

@ -30,7 +30,7 @@
#include "fluidsynth_priv.h"
#include "fluid_synth.h"
#include "fluid_midi.h"
#include "fluid_event_priv.h"
#include "fluid_event.h"
/***************************************************************
*

View file

@ -28,7 +28,7 @@
*/
#include "fluid_event_priv.h"
#include "fluid_event.h"
#include "fluidsynth_priv.h"
/***************************************************************