[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:
Armin Novak 2023-11-24 19:37:20 +01:00 committed by David Fort
parent 89f650b8ae
commit 492cbc8e6f
4 changed files with 5 additions and 4 deletions

View File

@ -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")

View File

@ -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

View File

@ -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")

View File

@ -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>