mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-04 09:56:26 +00:00
Fix header include order for some files
Include common and libraries includes before local ones as stated by style. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
eb02c0653d
commit
b900147870
@ -19,13 +19,13 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <common/marshaller.h>
|
||||
#include <common/generated_server_marshallers.h>
|
||||
|
||||
#include "dcc-private.h"
|
||||
#include "display-channel-private.h"
|
||||
#include "red-channel-client-private.h"
|
||||
|
||||
#include <common/marshaller.h>
|
||||
#include <common/generated_server_marshallers.h>
|
||||
|
||||
typedef enum {
|
||||
FILL_BITS_TYPE_INVALID,
|
||||
FILL_BITS_TYPE_CACHE,
|
||||
|
||||
@ -23,12 +23,13 @@
|
||||
#include <inttypes.h>
|
||||
#include <zlib.h>
|
||||
#include <pthread.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "reds.h"
|
||||
#include "red-qxl.h"
|
||||
#include "red-common.h"
|
||||
#include "memslot.h"
|
||||
#include "red-parse-qxl.h"
|
||||
#include <glib.h>
|
||||
|
||||
#define QXLPHYSICAL_FROM_PTR(ptr) ((QXLPHYSICAL)(intptr_t)(ptr))
|
||||
#define QXLPHYSICAL_TO_PTR(phy) ((void*)(intptr_t)(phy))
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
|
||||
#include <common/marshaller.h>
|
||||
#include <common/generated_server_marshallers.h>
|
||||
#include <common/snd_codec.h>
|
||||
|
||||
#include "spice.h"
|
||||
#include "red-common.h"
|
||||
@ -41,7 +42,6 @@
|
||||
#include "red-channel-client-private.h"
|
||||
#include "red-client.h"
|
||||
#include "sound.h"
|
||||
#include <common/snd_codec.h>
|
||||
#include "demarshallers.h"
|
||||
#include "main-channel-client.h"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user