aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/archive_list.h2
-rw-r--r--src/update_walk.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/archive_list.h b/src/archive_list.h
index 55278fbc4..2534b2b18 100644
--- a/src/archive_list.h
+++ b/src/archive_list.h
@@ -20,8 +20,6 @@
#ifndef MPD_ARCHIVE_LIST_H
#define MPD_ARCHIVE_LIST_H
-#include "archive_api.h"
-
#include <stdio.h>
struct archive_plugin;
diff --git a/src/update_walk.c b/src/update_walk.c
index 265c976b5..41fb8f674 100644
--- a/src/update_walk.c
+++ b/src/update_walk.c
@@ -32,6 +32,7 @@
#ifdef ENABLE_ARCHIVE
#include "archive_list.h"
+#include "archive_api.h"
#endif
#include <glib.h>