Always include using <spice/foo.h> style

This commit is contained in:
Alexander Larsson 2010-01-29 16:19:38 +01:00
parent 966d67a251
commit e625b1a1fb
3 changed files with 4 additions and 8 deletions

View File

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

View File

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

View File

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