channels: move include/freerdp/plugins to include/freerdp/client
This commit is contained in:
parent
11aa251fca
commit
837cc777ce
@ -31,7 +31,7 @@
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/unicode.h>
|
||||
#include <freerdp/utils/svc_plugin.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include "cliprdr_constants.h"
|
||||
#include "cliprdr_main.h"
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/unicode.h>
|
||||
#include <freerdp/utils/svc_plugin.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include "cliprdr_constants.h"
|
||||
#include "cliprdr_main.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/plugins/tsmf.h>
|
||||
#include <freerdp/client/tsmf.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
#include "tsmf_constants.h"
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include <freerdp/utils/thread.h>
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/utils/sleep.h>
|
||||
#include <freerdp/plugins/tsmf.h>
|
||||
#include <freerdp/client/tsmf.h>
|
||||
|
||||
#include <winpr/synch.h>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/constants.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include <winpr/synch.h>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#import "freerdp/gdi/gdi.h"
|
||||
#import "freerdp/graphics.h"
|
||||
#import "freerdp/utils/event.h"
|
||||
#import "freerdp/plugins/cliprdr.h"
|
||||
#import "freerdp/client/cliprdr.h"
|
||||
#import "freerdp/utils/args.h"
|
||||
#import "freerdp/rail/rail.h"
|
||||
#import "freerdp/rail.h"
|
||||
|
@ -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>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/utils/stream.h>
|
||||
#include <freerdp/utils/unicode.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include "wf_cliprdr.h"
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/utils/stream.h>
|
||||
#include <freerdp/utils/unicode.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include "xf_cliprdr.h"
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/plugins/tsmf.h>
|
||||
#include <freerdp/client/tsmf.h>
|
||||
|
||||
#include "xf_tsmf.h"
|
||||
|
||||
|
@ -55,7 +55,7 @@
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/utils/signal.h>
|
||||
#include <freerdp/utils/passphrase.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
#include <freerdp/rail.h>
|
||||
|
||||
#ifdef WITH_STATIC_PLUGINS
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/utils/hexdump.h>
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
|
||||
#include "test_cliprdr.h"
|
||||
|
||||
|
@ -25,7 +25,6 @@ install(DIRECTORY freerdp/codec DESTINATION include/freerdp FILES_MATCHING PATTE
|
||||
install(DIRECTORY freerdp/crypto DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/gdi DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/locale DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/plugins DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/rail DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/utils DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
install(DIRECTORY freerdp/client DESTINATION include/freerdp FILES_MATCHING PATTERN "*.h")
|
||||
|
@ -27,8 +27,8 @@
|
||||
|
||||
#include <freerdp/utils/memory.h>
|
||||
#include <freerdp/utils/event.h>
|
||||
#include <freerdp/plugins/cliprdr.h>
|
||||
#include <freerdp/plugins/tsmf.h>
|
||||
#include <freerdp/client/cliprdr.h>
|
||||
#include <freerdp/client/tsmf.h>
|
||||
#include <freerdp/rail.h>
|
||||
|
||||
static RDP_EVENT* freerdp_cliprdr_event_new(uint16 event_type)
|
||||
|
Loading…
Reference in New Issue
Block a user