pulse-server: message: remove unnecessary forward declaration

`struct client` is never referenced in "message.h",
so remove the forward declaration for it.
This commit is contained in:
Barnabás Pőcze 2022-06-16 19:16:36 +02:00 committed by Wim Taymans
parent 492a328227
commit b843b0ab29

View file

@ -32,7 +32,6 @@
#include <spa/support/log.h> #include <spa/support/log.h>
struct impl; struct impl;
struct client;
struct stats; struct stats;
struct message { struct message {