mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Removed unused #include's from music_libsndfile.cpp
This commit is contained in:
parent
e1266685d9
commit
3d100e6578
1 changed files with 0 additions and 3 deletions
|
@ -38,10 +38,7 @@
|
||||||
#include "c_cvars.h"
|
#include "c_cvars.h"
|
||||||
#include "critsec.h"
|
#include "critsec.h"
|
||||||
#include "v_text.h"
|
#include "v_text.h"
|
||||||
#include "files.h"
|
|
||||||
#include "templates.h"
|
#include "templates.h"
|
||||||
#include "sndfile_decoder.h"
|
|
||||||
#include "mpg123_decoder.h"
|
|
||||||
#include "m_fixed.h"
|
#include "m_fixed.h"
|
||||||
|
|
||||||
// MACROS ------------------------------------------------------------------
|
// MACROS ------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue