From 93c497d300ac1854f0735c7664c4559c0b5cb3e3 Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Mon, 2 Mar 2009 10:03:18 +0000 Subject: [PATCH] 2009-03-02 Claudio Saavedra * examples/hildon-remote-texture-example.c: Include hildon-remote-texture.h explicitely. * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking applications not defining _XOPEN_SOURCE which don't require this header. --- ChangeLog | 7 +++++++ examples/hildon-remote-texture-example.c | 1 + src/hildon.h | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dfe251..294f92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-02 Claudio Saavedra + + * examples/hildon-remote-texture-example.c: Include + hildon-remote-texture.h explicitely. + * src/hildon.h: Remove hildon-remote-texture.h to avoid breaking + applications not defining _XOPEN_SOURCE which don't require this header. + 2009-02-27 Alberto Garcia * doc/hildon-sections.txt diff --git a/examples/hildon-remote-texture-example.c b/examples/hildon-remote-texture-example.c index 0964e5f..aa2f889 100644 --- a/examples/hildon-remote-texture-example.c +++ b/examples/hildon-remote-texture-example.c @@ -7,6 +7,7 @@ #include #include #include "hildon.h" +#include "hildon-remote-texture.h" #define W 800 #define H 480 diff --git a/src/hildon.h b/src/hildon.h index 41c0e12..b593c0e 100644 --- a/src/hildon.h +++ b/src/hildon.h @@ -71,7 +71,6 @@ #include "hildon-stackable-window.h" #include "hildon-window-stack.h" #include "hildon-animation-actor.h" -#include "hildon-remote-texture.h" #include "hildon-wizard-dialog.h" #include "hildon-calendar.h" #include "hildon-bread-crumb-trail.h" -- 1.7.9.5