Commit f1f22019 authored by Max Kellermann's avatar Max Kellermann

output/httpd: forward-declare class HttpdClient

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