diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
commit | f909615b14379da2c281d8c3727ca302793a59b5 (patch) | |
tree | b094fb4684f859172cf71a87d4bb3b18c8910965 /test/run_encoder.cxx | |
parent | 92c89f0c86b27d2e48f753a68d63ef3c1aad6105 (diff) |
include cleanups (powered by iwyu)
Diffstat (limited to 'test/run_encoder.cxx')
-rw-r--r-- | test/run_encoder.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index 41a6e5c49..5f567ad75 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -27,11 +27,11 @@ #include "fs/io/StdioOutputStream.hxx" #include "util/PrintException.hxx" +#include <exception> #include <memory> #include <stdio.h> #include <stdlib.h> -#include <stddef.h> #include <unistd.h> int main(int argc, char **argv) |