From 22e1f5b3e8935911999c3b143a2e93ea4cfd57f7 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 13 Oct 2024 22:45:57 -0400 Subject: [PATCH] Remove unnecessary forward declaration --- include/patty/ax25.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/patty/ax25.h b/include/patty/ax25.h index 86326bb..86acc01 100644 --- a/include/patty/ax25.h +++ b/include/patty/ax25.h @@ -98,8 +98,6 @@ typedef struct _patty_ax25_params { retry; } patty_ax25_params; -typedef struct _patty_ax25_if patty_ax25_if; - #include #include #include