Fix a warning with sfizz_import.h in C

This commit is contained in:
Jean Pierre Cimalando 2021-06-22 21:30:16 +02:00
parent fdf25d6407
commit 6c88b3f663
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,6 @@
// license. You should have receive a LICENSE.md file along with the code.
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
#include "sfizz.h"
#include "sfizz_import.h"
#include "ForeignInstrument.h"

View file

@ -5,8 +5,7 @@
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
#pragma once
typedef struct sfizz_synth_t sfizz_synth_t;
#include <sfizz.h>
/**
* @brief Loads or imports an instrument file.