X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fdvi%2Fdvi-document.c;h=c5f5f79224d71d95e5ac9a65f55c87b9b32ee22a;hb=df7ffac1abb2328b91bb87306f6e77807cc4e10d;hp=87bf46a910a7a394a486978e73e50ee78c82fdb8;hpb=5ecba587abf52861a6283db328a87d240cd751ce;p=evince.git diff --git a/backend/dvi/dvi-document.c b/backend/dvi/dvi-document.c index 87bf46a9..c5f5f792 100644 --- a/backend/dvi/dvi-document.c +++ b/backend/dvi/dvi-document.c @@ -19,17 +19,19 @@ #include "config.h" -#include #include "dvi-document.h" #include "ev-document-thumbnails.h" #include "ev-document-misc.h" #include "ev-file-exporter.h" +#include "ev-file-helpers.h" #include "mdvi.h" #include "fonts.h" +#include "color.h" #include "cairo-device.h" #include +#include GMutex *dvi_context_mutex = NULL;