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

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