Commit f1f22019 authored by Max Kellermann's avatar Max Kellermann

output/httpd: forward-declare class HttpdClient

parent 6d79a1cd
......@@ -25,7 +25,6 @@
#ifndef MPD_OUTPUT_HTTPD_INTERNAL_H
#define MPD_OUTPUT_HTTPD_INTERNAL_H
#include "HttpdClient.hxx"
#include "output_internal.h"
#include "timer.h"
#include "thread/Mutex.hxx"
......@@ -38,6 +37,7 @@ struct config_param;
class EventLoop;
class ServerSocket;
class HttpdClient;
class Page;
struct HttpdOutput {
struct audio_output base;
......
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