DespotifyUtils, Expat: move to lib/

This commit is contained in:
Max Kellermann
2014-01-24 16:26:42 +01:00
parent 68eda78704
commit 97391fd4b9
12 changed files with 18 additions and 17 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "Device.hxx"
#include "Util.hxx"
#include "Expat.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "util/Error.hxx"
#include <stdlib.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "Directory.hxx"
#include "Util.hxx"
#include "Expat.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Tags.hxx"
#include "tag/TagBuilder.hxx"
#include "tag/TagTable.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "DespotifyInputPlugin.hxx"
#include "DespotifyUtils.hxx"
#include "lib/despotify/DespotifyUtils.hxx"
#include "../InputStream.hxx"
#include "../InputPlugin.hxx"
#include "tag/Tag.hxx"

View File

@@ -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"

View File

@@ -24,7 +24,7 @@
#include "tag/TagBuilder.hxx"
#include "util/ASCII.hxx"
#include "util/Error.hxx"
#include "Expat.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Log.hxx"
/**

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "DespotifyPlaylistPlugin.hxx"
#include "DespotifyUtils.hxx"
#include "lib/despotify/DespotifyUtils.hxx"
#include "../PlaylistPlugin.hxx"
#include "../MemorySongEnumerator.hxx"
#include "tag/Tag.hxx"

View File

@@ -24,7 +24,7 @@
#include "tag/TagBuilder.hxx"
#include "util/ASCII.hxx"
#include "util/Error.hxx"
#include "Expat.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Log.hxx"
/**

View File

@@ -26,7 +26,7 @@
#include "tag/TagBuilder.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "Expat.hxx"
#include "lib/expat/ExpatParser.hxx"
#include "Log.hxx"
#include <string.h>