move transport.h include from header into c file

This commit is contained in:
lysannkessler 2012-07-25 10:38:47 +02:00
parent 9af4d84050
commit 664c870de8
2 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include "input.h"
#include "connection.h"
#include "transport.h"
#include <freerdp/errorcodes.h>

View File

@ -25,7 +25,6 @@
#include "tpdu.h"
#include "nego.h"
#include "mcs.h"
#include "transport.h"
#include "activation.h"
#include <freerdp/settings.h>