From: Carlos Garcia Campos Date: Sat, 29 Dec 2007 14:59:49 +0000 (+0000) Subject: More warnings fixed. X-Git-Tag: EVINCE_2_21_90~80 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=09ab2eb203c380d4a952adaa44d5bd4a6f83fe07;p=evince.git More warnings fixed. 2007-12-29 Carlos Garcia Campos * backend/pixbuf/pixbuf-document.c: More warnings fixed. svn path=/trunk/; revision=2790 --- diff --git a/ChangeLog b/ChangeLog index f7fee3df..2f91134f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-29 Carlos Garcia Campos + + * backend/pixbuf/pixbuf-document.c: + + More warnings fixed. + 2007-12-29 Carlos Garcia Campos * backend/djvu/djvu-links.c: (get_djvu_link_dest), diff --git a/backend/pixbuf/pixbuf-document.c b/backend/pixbuf/pixbuf-document.c index a6d9f7bd..21c6bb93 100644 --- a/backend/pixbuf/pixbuf-document.c +++ b/backend/pixbuf/pixbuf-document.c @@ -17,12 +17,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "config.h" - #include +#include + #include "pixbuf-document.h" #include "ev-document-thumbnails.h" #include "ev-document-misc.h" +#include "ev-file-helpers.h" struct _PixbufDocumentClass {