summaryrefslogtreecommitdiff
path: root/src/cairo-os2-private.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-os2-private.h
parent9fea50a1e6c15ad6a80c941f6ddaba768e84e951 (diff)
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-os2-private.h')
-rw-r--r--src/cairo-os2-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-os2-private.h b/src/cairo-os2-private.h
index 71496ac7..6e8eb7bf 100644
--- a/src/cairo-os2-private.h
+++ b/src/cairo-os2-private.h
@@ -49,7 +49,7 @@
# include <os2emx.h>
#endif
-#include <cairo-os2.h>
+#include "cairo-os2.h"
#include "cairoint.h"
typedef struct _cairo_os2_surface