]> git.lizzy.rs Git - minetest.git/blobdiff - src/sound_openal.cpp
Properly and efficiently use split utility headers
[minetest.git] / src / sound_openal.cpp
index e95b31b7f4dcf72c500cec59ad61532ad5b2b3d1..d2f7276a6ca3b74bb16796dd7d705783533e0ddf 100644 (file)
@@ -38,8 +38,10 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
 #endif
 #include <vorbis/vorbisfile.h>
 #include "log.h"
-#include "utility.h" // myrand()
 #include "filesys.h"
+#include "util/numeric.h" // myrand()
+#include "debug.h" // assert()
+#include "porting.h"
 #include <map>
 #include <vector>
 #include <fstream>