X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdjvu%2Fdjvu-text-page.c;h=f0b2809448f7c68131d2759063c5e594690b18b5;hb=3d85ea1b45e9d6d2141df6cb797f8ad8325b4769;hp=c19d6f6457ce53e8298041f45cb1dd54e8d8f638;hpb=13a06349251874bd35d2f03c3fc93217cee749a2;p=evince.git diff --git a/backend/djvu/djvu-text-page.c b/backend/djvu/djvu-text-page.c index c19d6f64..f0b28094 100644 --- a/backend/djvu/djvu-text-page.c +++ b/backend/djvu/djvu-text-page.c @@ -17,9 +17,12 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include +#include +#include +#include #include "djvu-text-page.h" -#include /** * djvu_text_page_selection_process: @@ -120,8 +123,6 @@ djvu_text_page_limits (DjvuTextPage *page, miniexp_t p, EvRectangle *rect) { - char *token_text; - g_return_if_fail (miniexp_consp (p) && miniexp_symbolp (miniexp_car (p)));