drop usage of std::deque, part 2

This commit is contained in:
tildearrow 2023-09-13 02:46:02 -05:00
parent 8b565ed284
commit 9a63fdccd5
36 changed files with 38 additions and 38 deletions

View file

@ -24,7 +24,7 @@
#include "defines.h"
#include "safeWriter.h"
#include "dataErrors.h"
#include "fixedQueue.h"
#include "../fixedQueue.h"
enum DivSampleLoopMode: unsigned char {
DIV_SAMPLE_LOOP_FORWARD=0,