X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-misc.h;h=5a2ea035d8d209cb8d19bea5872b8bd3256fd71e;hb=e3aaabdfd3f236f4e050686662e058d8288d8c2a;hp=b58af18060057ddd77d595ff9619b9feaacd594e;hpb=4ce480dd80453275c10c3b99f988667c2f1bdfff;p=evince.git diff --git a/libdocument/ev-document-misc.h b/libdocument/ev-document-misc.h index b58af180..5a2ea035 100644 --- a/libdocument/ev-document-misc.h +++ b/libdocument/ev-document-misc.h @@ -19,17 +19,20 @@ * $Id$ */ +#if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef EV_DOCUMENT_MISC_H #define EV_DOCUMENT_MISC_H +#include #include -#include -#include +#include G_BEGIN_DECLS - GdkPixbuf *ev_document_misc_get_thumbnail_frame (int width, int height, GdkPixbuf *source_pixbuf);