diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 16:26:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 16:44:36 +0100 |
commit | 97391fd4b975eab7049c31c88b8a118be430c427 (patch) | |
tree | 8beceebaf609bbc2d746a0a8fdda0bb2d273a625 /src/lib | |
parent | 68eda78704ec50f71333d661db5568700fe00355 (diff) | |
download | mpd-97391fd4b975eab7049c31c88b8a118be430c427.tar.gz mpd-97391fd4b975eab7049c31c88b8a118be430c427.tar.xz mpd-97391fd4b975eab7049c31c88b8a118be430c427.zip |
DespotifyUtils, Expat: move to lib/
Diffstat (limited to '')
-rw-r--r-- | src/lib/despotify/DespotifyUtils.cxx (renamed from src/DespotifyUtils.cxx) | 0 | ||||
-rw-r--r-- | src/lib/despotify/DespotifyUtils.hxx (renamed from src/DespotifyUtils.hxx) | 0 | ||||
-rw-r--r-- | src/lib/expat/ExpatParser.cxx (renamed from src/Expat.cxx) | 2 | ||||
-rw-r--r-- | src/lib/expat/ExpatParser.hxx (renamed from src/Expat.hxx) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/src/DespotifyUtils.cxx b/src/lib/despotify/DespotifyUtils.cxx index 47a83e49b..47a83e49b 100644 --- a/src/DespotifyUtils.cxx +++ b/src/lib/despotify/DespotifyUtils.cxx diff --git a/src/DespotifyUtils.hxx b/src/lib/despotify/DespotifyUtils.hxx index 835b901a2..835b901a2 100644 --- a/src/DespotifyUtils.hxx +++ b/src/lib/despotify/DespotifyUtils.hxx diff --git a/src/Expat.cxx b/src/lib/expat/ExpatParser.cxx index b6e3a5f8f..b69dc55b4 100644 --- a/src/Expat.cxx +++ b/src/lib/expat/ExpatParser.cxx @@ -18,7 +18,7 @@ */ #include "config.h" -#include "Expat.hxx" +#include "ExpatParser.hxx" #include "input/InputStream.hxx" #include "util/ASCII.hxx" #include "util/Error.hxx" diff --git a/src/Expat.hxx b/src/lib/expat/ExpatParser.hxx index d57a85533..d57a85533 100644 --- a/src/Expat.hxx +++ b/src/lib/expat/ExpatParser.hxx |