GUACAMOLE-249: Remove empty struct definitions added by Include What You Use.
This commit is contained in:
parent
0677a9ae4d
commit
1f24c47e29
@ -28,8 +28,6 @@
|
||||
#include <winpr/wtsapi.h>
|
||||
#include <winpr/wtypes.h>
|
||||
|
||||
struct guac_rdp_common_svc;
|
||||
|
||||
/**
|
||||
* The maximum number of bytes to allow within each channel name, including
|
||||
* null terminator.
|
||||
|
@ -28,8 +28,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct guac_rdpdr_device;
|
||||
|
||||
/**
|
||||
* The maximum number of bytes to allow for a device read.
|
||||
*/
|
||||
|
@ -22,8 +22,6 @@
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
|
||||
struct guac_rdp_keymap;
|
||||
|
||||
/**
|
||||
* Represents a keysym-to-scancode mapping for RDP, with extra information
|
||||
* about the state of prerequisite keysyms.
|
||||
|
Loading…
Reference in New Issue
Block a user