output/httpd: forward-declare class HttpdClient
This commit is contained in:
parent
6d79a1cdfc
commit
f1f22019f5
@ -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;
|
|||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user