diff options
Diffstat (limited to 'main/tests/test_sound.cpp')
-rw-r--r-- | main/tests/test_sound.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/tests/test_sound.cpp b/main/tests/test_sound.cpp index 095ce001ba..9683faf1e5 100644 --- a/main/tests/test_sound.cpp +++ b/main/tests/test_sound.cpp @@ -27,14 +27,14 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "test_sound.h" -#include "servers/visual_server.h" -#include "os/main_loop.h" #include "math_funcs.h" +#include "os/main_loop.h" +#include "servers/visual_server.h" #include "io/resource_loader.h" +#include "os/os.h" #include "print_string.h" #include "servers/audio_server.h" -#include "os/os.h" #if 0 namespace TestSound { |