summaryrefslogtreecommitdiff
path: root/src/MusicPipe.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-07-05 09:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-07-05 09:59:58 +0200
commitd663f814202c10d32d50dec26c14d5d448a21f36 (patch)
tree790ae3557406a3e5869feb141bfcc0e0743c3301 /src/MusicPipe.hxx
parent9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/MusicPipe.hxx')
-rw-r--r--src/MusicPipe.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MusicPipe.hxx b/src/MusicPipe.hxx
index d98d6a738..859aa19f5 100644
--- a/src/MusicPipe.hxx
+++ b/src/MusicPipe.hxx
@@ -28,8 +28,6 @@
#include "AudioFormat.hxx"
#endif
-#include <assert.h>
-
/**
* A queue of #MusicChunk objects. One party appends chunks at the
* tail, and the other consumes them from the head.