Commit 6b728e47 authored by Max Kellermann's avatar Max Kellermann

archive_list: don't include archive_api.h

Use struct forward declarations.
parent f1ecd9ea
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#ifndef MPD_ARCHIVE_LIST_H #ifndef MPD_ARCHIVE_LIST_H
#define MPD_ARCHIVE_LIST_H #define MPD_ARCHIVE_LIST_H
#include "archive_api.h"
#include <stdio.h> #include <stdio.h>
struct archive_plugin; struct archive_plugin;
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#ifdef ENABLE_ARCHIVE #ifdef ENABLE_ARCHIVE
#include "archive_list.h" #include "archive_list.h"
#include "archive_api.h"
#endif #endif
#include <glib.h> #include <glib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment