mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-18 21:51:22 +00:00
rename fluid_event_priv.h -> fluid_event.h
This commit is contained in:
parent
3da2db91de
commit
f8b95969c8
4 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
/***************************************************************
|
||||
*
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "fluid_event_priv.h"
|
||||
#include "fluid_event.h"
|
||||
#include "fluidsynth_priv.h"
|
||||
|
||||
/***************************************************************
|
||||
|
|
Loading…
Reference in a new issue