auth: drop unnecessary forward declaration from AuthClientHandler.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Radoslaw Zarzynski 2021-02-24 16:49:13 +00:00
parent 4807e2a639
commit 2f35f7e8f6

View File

@ -19,7 +19,6 @@
#include "auth/Auth.h"
#include "include/common_fwd.h"
struct MAuthReply;
class RotatingKeyRing;
class AuthClientHandler {