diff options
author | Paul Adenot <[email protected]> | 2023-11-09 18:25:10 +0100 |
---|---|---|
committer | Paul Adenot <[email protected]> | 2023-11-10 11:31:35 +0100 |
commit | 4b4d18a70fcdb59c35a2affd3a99994ffd16ea8a (patch) | |
tree | 44a040f07f16b06734d7f8145a77cca810a1f5a7 /src/cubeb_aaudio.cpp | |
parent | ce3645e65cfb88a55051871087079f6385f53dfb (diff) | |
download | cubeb-4b4d18a70fcdb59c35a2affd3a99994ffd16ea8a.tar.gz cubeb-4b4d18a70fcdb59c35a2affd3a99994ffd16ea8a.zip |
AAudio: remove unused header
Diffstat (limited to 'src/cubeb_aaudio.cpp')
-rw-r--r-- | src/cubeb_aaudio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cubeb_aaudio.cpp b/src/cubeb_aaudio.cpp index 078fca4..56d1ed7 100644 --- a/src/cubeb_aaudio.cpp +++ b/src/cubeb_aaudio.cpp @@ -23,7 +23,6 @@ #include <memory> #include <mutex> #include <thread> -#include <time.h> #include <vector> using namespace std; |