queue/IdTable: include cleanup
This commit is contained in:
src/queue
@ -22,7 +22,6 @@
|
||||
|
||||
#include "util/Compiler.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
|
||||
/**
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include "Queue.hxx"
|
||||
#include "song/DetachedSong.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Queue::Queue(unsigned _max_length) noexcept
|
||||
:max_length(_max_length),
|
||||
items(new Item[max_length]),
|
||||
|
Reference in New Issue
Block a user