diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:26:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:26:53 +0100 |
commit | e199c33c6e9eb2f1aa588073f49f44de274985d5 (patch) | |
tree | d291a074e01cee077d34c69ce6f0111e77740c38 /src/TagPrint.cxx | |
parent | 08296cd66d0ef4729767d97420fab96278a9af17 (diff) |
Client*: move to client/
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r-- | src/TagPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx index 4f5ea8be3..228b5fd90 100644 --- a/src/TagPrint.cxx +++ b/src/TagPrint.cxx @@ -21,7 +21,7 @@ #include "TagPrint.hxx" #include "tag/Tag.hxx" #include "tag/TagSettings.h" -#include "Client.hxx" +#include "client/Client.hxx" #define SONG_TIME "Time: " |