From ac5d40e40a0155351fe1be4aab30017b6a13a859 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 25 Jan 2021 09:24:10 -0800 Subject: Move al::deque to a common header --- al/source.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'al/source.h') diff --git a/al/source.h b/al/source.h index f17395c3..6572864f 100644 --- a/al/source.h +++ b/al/source.h @@ -12,6 +12,7 @@ #include "AL/alc.h" #include "alcontext.h" +#include "aldeque.h" #include "almalloc.h" #include "alnumeric.h" #include "alu.h" @@ -22,13 +23,6 @@ struct ALbuffer; struct ALeffectslot; -namespace al { - -template -using deque = std::deque>; - -} // namespace al - #define DEFAULT_SENDS 2 -- cgit v1.2.3