summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-05 14:11:13 +0200
committerMax Kellermann <max@musicpd.org>2020-05-05 14:27:03 +0200
commit9815d101372ffd7386f076c1fffa6a39b15d7e51 (patch)
tree1314a5563308586e315d3e10b8988c5e84672a1e /test
parent97f7270aa8fa8b1618545f5eca4a9a1872f3d661 (diff)
system/FileDescriptor: move to io/
Diffstat (limited to 'test')
-rw-r--r--test/run_filter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_filter.cxx b/test/run_filter.cxx
index 44b54b88c..0ebedde72 100644
--- a/test/run_filter.cxx
+++ b/test/run_filter.cxx
@@ -28,7 +28,7 @@
#include "pcm/Volume.hxx"
#include "mixer/MixerControl.hxx"
#include "system/Error.hxx"
-#include "system/FileDescriptor.hxx"
+#include "io/FileDescriptor.hxx"
#include "util/ConstBuffer.hxx"
#include "util/StringBuffer.hxx"
#include "util/RuntimeError.hxx"