libfreerdp-core: fix rdg.c header include

This commit is contained in:
Marc-André Moreau 2015-03-19 12:13:37 -04:00
parent 69f4d78785
commit cb8e61cf99

View File

@ -33,16 +33,9 @@
#include <freerdp/error.h>
#include <freerdp/utils/ringbuffer.h>
#include <openssl/bio.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include "libfreerdp/core/transport.h"
#include "rdg.h"
#include "../rdp.h"
#define TAG FREERDP_TAG("core.gateway.rdg")
#pragma pack(push, 1)