From 4679bb6b535f87cc09cf1965fa29bf2b211c98d2 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sun, 22 Sep 2019 16:42:31 +0200 Subject: [PATCH] Fix ##5593: duplicated typedef. --- client/X11/xf_rail.c | 1 - libfreerdp/core/license.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/client/X11/xf_rail.c b/client/X11/xf_rail.c index 0a8f386e8..a391add38 100644 --- a/client/X11/xf_rail.c +++ b/client/X11/xf_rail.c @@ -76,7 +76,6 @@ struct xf_rail_icon_cache UINT32 numCacheEntries; xfRailIcon scratch; }; -typedef struct xf_rail_icon_cache xfRailIconCache; void xf_rail_enable_remoteapp_mode(xfContext* xfc) { diff --git a/libfreerdp/core/license.h b/libfreerdp/core/license.h index ff1b15111..1826315bf 100644 --- a/libfreerdp/core/license.h +++ b/libfreerdp/core/license.h @@ -20,10 +20,9 @@ #ifndef FREERDP_LIB_CORE_LICENSE_H #define FREERDP_LIB_CORE_LICENSE_H -typedef struct rdp_license rdpLicense; - #include "rdp.h" +#include #include #include