summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-08-04 17:36:12 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-04 17:53:53 +0200
commit83e00bb5f9b74c0d7059c189d747ec3c24c7798a (patch)
treec0e5c4aed7835966e99fae9fedbd8cadc78e5672
parente765cc5ea35bfab017201307b280368400cf1d10 (diff)
Use <> for system-includes
These headers come from /usr/include/xorg/ so it's clearer if they are included using <>. While at it, I've reordered them alphabetically.
-rw-r--r--src/uxa/uxa-damage.c11
1 files 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 {