sound_openal.cpp: remove unused header

This commit is contained in:
est31 2015-11-15 08:17:32 +01:00
parent 395ef21c86
commit bdfb761dd0
1 changed files with 0 additions and 1 deletions

View File

@ -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>