diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-03 20:59:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-03 20:59:00 +0200 |
commit | 1213d979f8f2895e689b05fb2c2f1e8581e9169f (patch) | |
tree | a923b526e02904e914c0e5b3dd8af159c62b7b00 /src/Main.cxx | |
parent | a9cb12b745c099edef622ed5dd1a84852a1bc699 (diff) |
client/*: rename source files, remove "Client" prefix
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
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" |