AUDIO: Removed standard headers from soundfont2 code. Updated license comment.

This commit is contained in:
Eric Fry 2020-08-01 22:39:25 +10:00 committed by Eugene Sandulenko
parent 487e4ec27a
commit cc1de3f102
21 changed files with 22 additions and 27 deletions

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_COMMON_H
#define AUDIO_SOUNDFONT_COMMON_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common/memstream.h"

View File

@ -22,14 +22,12 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_RAWFILE_H
#define AUDIO_SOUNDFONT_RAWFILE_H
#include <climits>
#include <cassert>
#include "common/stream.h"
#include "common/str.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "rifffile.h"

View File

@ -22,13 +22,11 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_RIFFFILE_H
#define AUDIO_SOUNDFONT_RIFFFILE_H
#include <cstring>
#include <cassert>
#include "common/scummsys.h"
#include "common/list.h"
#include "common/str.h"

View File

@ -22,10 +22,9 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include <math.h>
#include "common/scummsys.h"
#include "common/str.h"
#include "sf2file.h"

View File

@ -22,12 +22,12 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_SF2FILE_H
#define AUDIO_SOUNDFONT_SF2FILE_H
#include <common/endian.h>
#include "common/endian.h"
#include "common/scummsys.h"
#include "common/array.h"
#include "common/str.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "synthfile.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_SYNTHFILE_H
#define AUDIO_SOUNDFONT_SYNTHFILE_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common/debug.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_PSXSPU_H
#define AUDIO_SOUNDFONT_PSXSPU_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common/debug.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_VAB_H
#define AUDIO_SOUNDFONT_VAB_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common/debug.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_VGMCOLL_H
#define AUDIO_SOUNDFONT_VGMCOLL_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_VGMINSTRSET_H
#define AUDIO_SOUNDFONT_VGMINSTRSET_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "common.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_VGMITEM_H
#define AUDIO_SOUNDFONT_VGMITEM_H

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#include "vgmsamp.h"

View File

@ -22,7 +22,7 @@
/*
* VGMTrans (c) 2002-2019
* Licensed under the zlib license,
* refer to the included LICENSE.txt file
* refer to the included VGMTrans_LICENSE.txt file
*/
#ifndef AUDIO_SOUNDFONT_VGMSAMP_H
#define AUDIO_SOUNDFONT_VGMSAMP_H