summaryrefslogtreecommitdiff
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-04-03 20:59:00 +0200
committerMax Kellermann <max@musicpd.org>2019-04-03 20:59:00 +0200
commit1213d979f8f2895e689b05fb2c2f1e8581e9169f (patch)
treea923b526e02904e914c0e5b3dd8af159c62b7b00 /src/Main.cxx
parenta9cb12b745c099edef622ed5dd1a84852a1bc699 (diff)
client/*: rename source files, remove "Client" prefix
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 686813c1c..b392048f2 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -29,7 +29,7 @@
#include "Listen.hxx"
#include "client/Listener.hxx"
#include "client/Client.hxx"
-#include "client/ClientList.hxx"
+#include "client/List.hxx"
#include "command/AllCommands.hxx"
#include "Partition.hxx"
#include "tag/Config.hxx"