[Spice-devel] [qxl 1/2] Use <> for system-includes
Christophe Fergeau
cfergeau at redhat.com
Tue Aug 4 08:53:25 PDT 2015
These headers come from /usr/include/xorg/ so it's clearer if they are
included using <>. While at it, I've reordered them alphabetically.
---
src/uxa/uxa-damage.c | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/uxa/uxa-damage.c b/src/uxa/uxa-damage.c
index 3e4c075..6201712 100644
--- a/src/uxa/uxa-damage.c
+++ b/src/uxa/uxa-damage.c
@@ -27,12 +27,13 @@
#include <stdlib.h>
#include "uxa-priv.h"
+#include <dixfontstr.h>
+#include <gcstruct.h>
+#include <picturestr.h>
+#include <scrnintstr.h>
+#include <windowstr.h>
#include <X11/X.h>
-#include "scrnintstr.h"
-#include "windowstr.h"
-#include "dixfontstr.h"
-#include "gcstruct.h"
-#include "picturestr.h"
+
#include "uxa-damage.h"
typedef struct _damageGCPriv {
--
2.4.3
More information about the Spice-devel
mailing list