move transport.h include from header into c file
This commit is contained in:
parent
9af4d84050
commit
664c870de8
@ -21,6 +21,7 @@
|
||||
#include "input.h"
|
||||
|
||||
#include "connection.h"
|
||||
#include "transport.h"
|
||||
|
||||
#include <freerdp/errorcodes.h>
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "tpdu.h"
|
||||
#include "nego.h"
|
||||
#include "mcs.h"
|
||||
#include "transport.h"
|
||||
#include "activation.h"
|
||||
|
||||
#include <freerdp/settings.h>
|
||||
|
Loading…
Reference in New Issue
Block a user