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