summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-04-18 23:37:08 +0200
committerPhilipp Sehmisch <crush@themanaworld.org>2009-04-18 23:37:08 +0200
commit3a15ac0bf3519173b9fd767a05c146793ba7eb1f (patch)
tree81c48a35c230092e6fdf3a5517e332b1d36806a7 /src/sound.cpp
parentcdd6fa5fe9627780a281f420c1a3f5ba5248aa72 (diff)
downloadmana-3a15ac0bf3519173b9fd767a05c146793ba7eb1f.tar.gz
mana-3a15ac0bf3519173b9fd767a05c146793ba7eb1f.tar.bz2
mana-3a15ac0bf3519173b9fd767a05c146793ba7eb1f.tar.xz
mana-3a15ac0bf3519173b9fd767a05c146793ba7eb1f.zip
Removed superfluous include of physfs.h from sound.cpp (remnant of an earlier solution)
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 6fb75d84..4a9a6f39 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -20,7 +20,6 @@
*/
#include <SDL.h>
-#include <physfs.h>
#include "log.h"
#include "sound.h"