mirror of https://github.com/FreeRDP/FreeRDP
[opaque_settings] reorder internal includes
order is important for internals, as the deprecation warnings are deactivated for this use case
This commit is contained in:
parent
89f650b8ae
commit
492cbc8e6f
|
@ -28,6 +28,8 @@
|
|||
#include <winpr/winsock.h>
|
||||
#include <winpr/cred.h>
|
||||
|
||||
#include "../settings.h"
|
||||
|
||||
#include <freerdp/log.h>
|
||||
#include <freerdp/error.h>
|
||||
#include <freerdp/utils/ringbuffer.h>
|
||||
|
@ -42,7 +44,6 @@
|
|||
#include "../../crypto/opensslcompat.h"
|
||||
#include "rpc_fault.h"
|
||||
#include "../utils.h"
|
||||
#include "../settings.h"
|
||||
|
||||
#define TAG FREERDP_TAG("core.gateway.wst")
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#include <freerdp/config.h>
|
||||
#include <freerdp/log.h>
|
||||
|
||||
#include "rdp.h"
|
||||
#include "settings.h"
|
||||
#include "rdp.h"
|
||||
#include "multitransport.h"
|
||||
|
||||
struct rdp_multitransport
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
#include <winpr/assert.h>
|
||||
#include <winpr/timezone.h>
|
||||
|
||||
#include "timezone.h"
|
||||
#include "settings.h"
|
||||
#include "timezone.h"
|
||||
|
||||
#include <freerdp/log.h>
|
||||
#define TAG FREERDP_TAG("core.timezone")
|
||||
|
|
|
@ -27,12 +27,12 @@
|
|||
#include <winpr/thread.h>
|
||||
#include <winpr/collections.h>
|
||||
|
||||
#include "settings.h"
|
||||
#include "update.h"
|
||||
#include "surface.h"
|
||||
#include "message.h"
|
||||
#include "info.h"
|
||||
#include "window.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <freerdp/log.h>
|
||||
#include <freerdp/peer.h>
|
||||
|
|
Loading…
Reference in New Issue