X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-text.c;h=8c7c4aae673575fd186158269734032a9ceb446e;hb=f792ebcef8eab6e0b8fc5ff185851d038afbab56;hp=beaac6bb0effe5cefa787a050c66b68a9f2d2ce0;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-text.c b/backend/djvu/djvu-text.c index beaac6bb..8c7c4aae 100644 --- a/backend/djvu/djvu-text.c +++ b/backend/djvu/djvu-text.c @@ -17,6 +17,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include +#include +#include +#include + #include "djvu-document-private.h" #include "djvu-document.h" #include "djvu-text.h" @@ -24,8 +29,7 @@ #include "ev-document-find.h" #include "ev-document.h" -#include -#include + struct _DjvuText { DjvuDocument *document;