aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-12-23 16:13:11 +0100
committerMax Kellermann <max@duempel.org>2010-12-23 16:23:04 +0100
commit0958ed584431ac09e676dd51925e56142416e7c2 (patch)
tree59f9b185d8381368f7bb8a9ae5beb595914c13dd /src/archive_list.c
parente3cba18532a24bf20a4174070159eef647057464 (diff)
downloadmpd-0958ed584431ac09e676dd51925e56142416e7c2.tar.gz
mpd-0958ed584431ac09e676dd51925e56142416e7c2.tar.xz
mpd-0958ed584431ac09e676dd51925e56142416e7c2.zip
utils: move string_array_contains() to string_util.c
Diffstat (limited to 'src/archive_list.c')
-rw-r--r--src/archive_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive_list.c b/src/archive_list.c
index 2656726b5..648f68575 100644
--- a/src/archive_list.c
+++ b/src/archive_list.c
@@ -20,7 +20,7 @@
#include "config.h"
#include "archive_list.h"
#include "archive_plugin.h"
-#include "utils.h"
+#include "string_util.h"
#include "archive/bz2_archive_plugin.h"
#include "archive/iso9660_archive_plugin.h"
#include "archive/zzip_archive_plugin.h"