diff options
author | Chris Robinson <[email protected]> | 2021-04-27 16:40:22 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-27 16:40:22 -0700 |
commit | 06dcfc3fcfe7a93e9ec53406077b3211579cc92f (patch) | |
tree | f983566b860610e37572aef48d5f436a65aad311 /alc/backends/sdl2.cpp | |
parent | 061148072f6bbcda20d57a4512e414c833129479 (diff) |
Rename alcmain.h to device.h
Diffstat (limited to 'alc/backends/sdl2.cpp')
-rw-r--r-- | alc/backends/sdl2.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/alc/backends/sdl2.cpp b/alc/backends/sdl2.cpp index 800ae935..fe8ece31 100644 --- a/alc/backends/sdl2.cpp +++ b/alc/backends/sdl2.cpp @@ -20,16 +20,15 @@ #include "config.h" -#include "backends/sdl2.h" +#include "sdl2.h" #include <cassert> #include <cstdlib> #include <cstring> #include <string> -#include "alcmain.h" #include "almalloc.h" -#include "alu.h" +#include "core/device.h" #include "core/logging.h" #include <SDL2/SDL.h> |