remove the now-unnecessary SDL stuff from love.audio

This commit is contained in:
Bill Meltsner
2011-07-02 10:52:45 -05:00
parent 404a3d529c
commit 5809f6b067
3 changed files with 0 additions and 16 deletions
-3
View File
@@ -27,9 +27,6 @@
#include <iostream>
#include <cmath>
// SDL
#include <SDL.h>
// LOVE
#include <common/config.h>
#include <common/Exception.h>