diff options
author | Chris Robinson <[email protected]> | 2020-04-13 23:19:11 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-13 23:27:56 -0700 |
commit | 02d7fbfa0c3a24457b199688f9e6672ea253be14 (patch) | |
tree | 70805b41f126c3a465d66745a4e7e30f3394e10d /alc/backends/dsound.cpp | |
parent | 1d8ac4d61f5717c02e253a741175b037db97de4e (diff) |
Use standard attribute declarations
Diffstat (limited to 'alc/backends/dsound.cpp')
-rw-r--r-- | alc/backends/dsound.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/alc/backends/dsound.cpp b/alc/backends/dsound.cpp index e2445cda..68b63a50 100644 --- a/alc/backends/dsound.cpp +++ b/alc/backends/dsound.cpp @@ -47,9 +47,10 @@ #include "alcmain.h" #include "alexcpt.h" #include "alu.h" -#include "ringbuffer.h" #include "compat.h" #include "dynload.h" +#include "logging.h" +#include "ringbuffer.h" #include "strutils.h" #include "threads.h" |