mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 05:26:01 +00:00
Always include using <spice/foo.h> style
This commit is contained in:
parent
966d67a251
commit
e625b1a1fb
@ -32,9 +32,7 @@
|
||||
#define _H_SPICE_PROTOCOL
|
||||
|
||||
#include <spice/types.h>
|
||||
|
||||
#include "draw.h"
|
||||
|
||||
#include <spice/draw.h>
|
||||
#include <spice/start-packed.h>
|
||||
|
||||
#define SPICE_MAGIC (*(uint32_t*)"REDQ")
|
||||
|
||||
@ -34,9 +34,8 @@
|
||||
|
||||
#include <spice/types.h>
|
||||
#include <spice/barrier.h>
|
||||
|
||||
#include "ipc_ring.h"
|
||||
#include "draw.h"
|
||||
#include <spice/ipc_ring.h>
|
||||
#include <spice/draw.h>
|
||||
|
||||
#include <spice/start-packed.h>
|
||||
|
||||
|
||||
@ -33,8 +33,7 @@
|
||||
|
||||
#include <spice/types.h>
|
||||
#include <spice/barrier.h>
|
||||
|
||||
#include "ipc_ring.h"
|
||||
#include <spice/ipc_ring.h>
|
||||
|
||||
#include <spice/start-packed.h>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user