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/client/Client.cxx | |
parent | a9cb12b745c099edef622ed5dd1a84852a1bc699 (diff) |
client/*: rename source files, remove "Client" prefix
Diffstat (limited to 'src/client/Client.cxx')
-rw-r--r-- | src/client/Client.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.cxx b/src/client/Client.cxx index 517b98f08..c141edf3c 100644 --- a/src/client/Client.cxx +++ b/src/client/Client.cxx @@ -17,7 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "ClientInternal.hxx" +#include "Internal.hxx" #include "Partition.hxx" #include "Instance.hxx" #include "util/Domain.hxx" |