Remove unnecessary forward declaration

This commit is contained in:
XANTRONIX Development 2024-10-13 22:45:57 -04:00
parent b9a1c0b73d
commit 22e1f5b3e8

View file

@ -98,8 +98,6 @@ typedef struct _patty_ax25_params {
retry;
} patty_ax25_params;
typedef struct _patty_ax25_if patty_ax25_if;
#include <patty/client.h>
#include <patty/ax25/frame.h>
#include <patty/ax25/if.h>