queue/IdTable: include cleanup
This commit is contained in:
@@ -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]),
|
||||||
|
Reference in New Issue
Block a user