]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-properties-fonts.c
Update for release 2.25.2
[evince.git] / shell / ev-properties-fonts.c
index 385cda10ba4462058c03f8c170167b9e2da75a92..783a5657aa14ad9d28b990257947a0010aaaf40a 100644 (file)
 #include "config.h"
 #endif
 
-#include "ev-properties-fonts.h"
-#include "ev-document-fonts.h"
-#include "ev-jobs.h"
-#include "ev-job-scheduler.h"
-
 #include <glib/gi18n.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 #include <glade/glade.h>
 
+#include "ev-document-fonts.h"
+#include "ev-job-scheduler.h"
+#include "ev-jobs.h"
+#include "ev-properties-fonts.h"
+
 struct _EvPropertiesFonts {
        GtkVBox base_instance;