summaryrefslogtreecommitdiff
path: root/src/cairo-quartz.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-06-23 00:30:04 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-06-23 00:30:04 -0400
commit233b387c29f2108a41fca14cc275337903117169 (patch)
tree7367f2649030fe677c216b56af20385e2c66f132 /src/cairo-quartz.h
parent9fea50a1e6c15ad6a80c941f6ddaba768e84e951 (diff)
downloadcairo-233b387c29f2108a41fca14cc275337903117169.tar.gz
Use #include "cairo-*." instead of #include <cairo-*.h>
The rule is simple: <x.h> for system / other project includes, "x.h" for local includes.
Diffstat (limited to 'src/cairo-quartz.h')
-rw-r--r--src/cairo-quartz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 7982fbb1c..d34cca6ca 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -36,7 +36,7 @@
#ifndef CAIRO_QUARTZ_H
#define CAIRO_QUARTZ_H
-#include <cairo.h>
+#include "cairo.h"
#if CAIRO_HAS_QUARTZ_SURFACE