Moved server-common to public header.
This commit is contained in:
parent
d56efaae8b
commit
40dae15cff
@ -26,8 +26,8 @@
|
||||
#include "mfreerdp.h"
|
||||
|
||||
#include "mf_audin.h"
|
||||
#include "../common/server.h"
|
||||
|
||||
#include <freerdp/server/server-common.h>
|
||||
#include <freerdp/log.h>
|
||||
#define TAG SERVER_TAG("mac")
|
||||
|
||||
|
@ -26,7 +26,6 @@ if(POLICY CMP0022)
|
||||
endif()
|
||||
|
||||
set(${MODULE_PREFIX}_SRCS
|
||||
server.h
|
||||
server.c)
|
||||
|
||||
foreach(FREERDP_CHANNELS_SERVER_SRC ${FREERDP_CHANNELS_SERVER_SRCS})
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <freerdp/codec/audio.h>
|
||||
#include <freerdp/codec/dsp.h>
|
||||
|
||||
#include "server.h"
|
||||
#include <freerdp/server/server-common.h>
|
||||
|
||||
size_t server_audin_get_formats(AUDIO_FORMAT** dst_formats)
|
||||
{
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "shadow.h"
|
||||
|
||||
#include "shadow_audin.h"
|
||||
#include "../common/server.h"
|
||||
#include <freerdp/server/server-common.h>
|
||||
|
||||
#define TAG SERVER_TAG("shadow")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user