diff options
author | est31 <MTest31@outlook.com> | 2015-11-15 08:17:32 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-11-15 08:17:32 +0100 |
commit | bdfb761dd06261e71f96b731ad423338a9c01008 (patch) | |
tree | a17eece0c7b807536fb70ee1797f0f17796890ec /src | |
parent | 395ef21c86b3712bf45488b15d2d8dbc430e4c8e (diff) | |
download | minetest-bdfb761dd06261e71f96b731ad423338a9c01008.tar.gz minetest-bdfb761dd06261e71f96b731ad423338a9c01008.tar.bz2 minetest-bdfb761dd06261e71f96b731ad423338a9c01008.zip |
sound_openal.cpp: remove unused header
Diffstat (limited to 'src')
-rw-r--r-- | src/sound_openal.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound_openal.cpp b/src/sound_openal.cpp index ca1023413..0c4ae8856 100644 --- a/src/sound_openal.cpp +++ b/src/sound_openal.cpp @@ -39,7 +39,6 @@ with this program; ifnot, write to the Free Software Foundation, Inc., #include <vorbis/vorbisfile.h> #include <assert.h> #include "log.h" -#include "filesys.h" #include "util/numeric.h" // myrand() #include "porting.h" #include <map> |