channels: move include/freerdp/plugins to include/freerdp/client

This commit is contained in:
Marc-André Moreau
2012-10-08 20:33:58 -04:00
parent 11aa251fca
commit 837cc777ce
16 changed files with 16 additions and 16 deletions

View File

@@ -34,13 +34,14 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <freerdp/constants.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/utils/args.h>
#include <freerdp/utils/event.h>
#include <freerdp/utils/memory.h>
#include <freerdp/constants.h>
#include <freerdp/client/cliprdr.h>
#include <freerdp/channels/channels.h>
#include <freerdp/plugins/cliprdr.h>
#include <winpr/synch.h>