diff options
Diffstat (limited to 'src/tests/audio/test_audio_engine.cc')
| -rw-r--r-- | src/tests/audio/test_audio_engine.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/audio/test_audio_engine.cc b/src/tests/audio/test_audio_engine.cc index 72c1653..3f0ad4d 100644 --- a/src/tests/audio/test_audio_engine.cc +++ b/src/tests/audio/test_audio_engine.cc @@ -1,10 +1,10 @@ // This file is part of the 64k demo project. // Unit tests for AudioEngine lifecycle and resource management. +#include "../common/audio_test_fixture.h" #include "audio/audio_engine.h" #include "audio/tracker.h" #include "generated/assets.h" -#include "../common/audio_test_fixture.h" #include <assert.h> #include <stdio.h> |
