mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 21:55:13 +08:00
Include InputStream.hpp directly in SoundFileReaderMp3.cpp
instead of indirect inclusion through MemoryInputStream.hpp
This commit is contained in:
parent
3acd9620eb
commit
01fc55ba37
@ -46,7 +46,7 @@
|
|||||||
#undef MINIMP3_NO_STDIO
|
#undef MINIMP3_NO_STDIO
|
||||||
|
|
||||||
#include <SFML/Audio/SoundFileReaderMp3.hpp>
|
#include <SFML/Audio/SoundFileReaderMp3.hpp>
|
||||||
#include <SFML/System/MemoryInputStream.hpp>
|
#include <SFML/System/InputStream.hpp>
|
||||||
#include <SFML/System/Err.hpp>
|
#include <SFML/System/Err.hpp>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
Loading…
Reference in New Issue
Block a user