mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-29 19:40:40 +00:00
- Include cleanup in the libraries folder.
This commit is contained in:
parent
877f6be22e
commit
6ba3eba4d3
12 changed files with 0 additions and 27 deletions
|
@ -82,7 +82,6 @@ Revision History:
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
|
|
@ -34,9 +34,7 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "instrum.h"
|
||||
#include "filter.h"
|
||||
#include "sysdep.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "instrum.h"
|
||||
#include "playmidi.h"
|
||||
#include "tables.h"
|
||||
|
||||
#include "quantity.h"
|
||||
|
|
|
@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "timidity.h"
|
||||
#include "instrum.h"
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include "instrum.h"
|
||||
#include "playmidi.h"
|
||||
#include "tables.h"
|
||||
#include "mblock.h"
|
||||
#include "recache.h"
|
||||
#include "resample.h"
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "instrum.h"
|
||||
|
|
|
@ -35,8 +35,6 @@
|
|||
#include "common.h"
|
||||
#include "reverb.h"
|
||||
#include "optcode.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
namespace TimidityPlus
|
||||
{
|
||||
|
|
|
@ -40,9 +40,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "sffile.h"
|
||||
#include "sfitem.h"
|
||||
|
||||
|
||||
|
|
|
@ -23,10 +23,7 @@
|
|||
* soundfont generator table definition
|
||||
*================================================================*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "sflayer.h"
|
||||
#include "sfitem.h"
|
||||
|
||||
|
|
|
@ -38,9 +38,6 @@
|
|||
#include "tables.h"
|
||||
#include "instrum.h"
|
||||
#include "playmidi.h"
|
||||
#include "sffile.h"
|
||||
#include "sflayer.h"
|
||||
#include "sfitem.h"
|
||||
#include "filter.h"
|
||||
#include "freq.h"
|
||||
#include "resample.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "timidity.h"
|
||||
#include "common.h"
|
||||
#include "tables.h"
|
||||
#include "instrum.h"
|
||||
|
||||
|
|
|
@ -33,16 +33,9 @@
|
|||
#include <math.h>
|
||||
#include <string.h>
|
||||
#ifndef _WIN32
|
||||
#include <pwd.h>
|
||||
#include <strings.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <memory>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in a new issue