aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-08-24 09:11:24 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-08-24 09:11:24 +0800
commit6b5cf4692577c135a9db09351cad443f7cbb2333 (patch)
tree926b8c2757088f09575dae6a9ed7d1ee50081b95 /e-util/e-util.h
parentd54c2510221764874e70f8b263fba5d5c700f730 (diff)
downloadgsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.gz
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.bz2
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.lz
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.xz
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.zst
gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.zip
Include <cairo.h>, not <cairo/cairo.h>.
2006-08-24 Tor Lillqvist <tml@novell.com> * e-util.h: Include <cairo.h>, not <cairo/cairo.h>. svn path=/trunk/; revision=32651
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 18fc43e052..1d3d6ba150 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -28,7 +28,7 @@
#include <glib-object.h>
#include <limits.h>
#include <gconf/gconf-client.h>
-#include <cairo/cairo.h>
+#include <cairo.h>
#ifdef __cplusplus
extern "C" {