backend: remove unused typedefs

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-03-25 18:33:01 +00:00
parent fdbcc70f33
commit 8f53fa63b1
No known key found for this signature in database
GPG Key ID: D3A4405BE6CC17F4
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@
#include "config.h"
#include "region.h"
typedef struct session session_t;
typedef struct win win;
typedef struct conv conv;
typedef struct backend_base backend_t;
struct session;
struct win;
struct conv;
struct backend_base;
struct backend_operations;
struct dual_kawase_params {