diff options
author | Tor Lillqvist <tml@novell.com> | 2006-08-24 09:11:24 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-08-24 09:11:24 +0800 |
commit | 6b5cf4692577c135a9db09351cad443f7cbb2333 (patch) | |
tree | 926b8c2757088f09575dae6a9ed7d1ee50081b95 /e-util | |
parent | d54c2510221764874e70f8b263fba5d5c700f730 (diff) | |
download | gsoc2013-evolution-6b5cf4692577c135a9db09351cad443f7cbb2333.tar.gz 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')
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/e-util.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 6dea4fd174..28b93f2b1c 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2006-08-24 Tor Lillqvist <tml@novell.com> + + * e-util.h: Include <cairo.h>, not <cairo/cairo.h>. + 2006-08-20 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #349310. Patch from both Laurent Goujon 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" { |