Removed useless include from SoundStream.cpp

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1034 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-03-01 16:27:59 +00:00
parent f842ee3518
commit 6f6014b5dd

View File

@ -26,7 +26,6 @@
// Headers // Headers
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#include <SFML/Audio/SoundStream.hpp> #include <SFML/Audio/SoundStream.hpp>
#include <SFML/Audio/SoundBuffer.hpp>
#include <SFML/Audio/AudioDevice.hpp> #include <SFML/Audio/AudioDevice.hpp>
#include <SFML/Audio/OpenAL.hpp> #include <SFML/Audio/OpenAL.hpp>
#include <SFML/System/Sleep.hpp> #include <SFML/System/Sleep.hpp>