Commit d94e8bd8 authored by Max Kellermann's avatar Max Kellermann

queue/IdTable: include cleanup

parent b0c92e1a
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "util/Compiler.h" #include "util/Compiler.h"
#include <algorithm>
#include <cassert> #include <cassert>
/** /**
......
...@@ -20,6 +20,8 @@ ...@@ -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]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment