]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-stock-icons.c
Cleanup many #include statements: reorder so that a generic-to-specific
[evince.git] / shell / ev-stock-icons.c
index c318dedcf4036342634dcf453c37dd4884fb0185..09536ca709c749f284a7438ce7a60e2f98edb9d3 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include "ev-stock-icons.h"
 
-#include <gtk/gtkiconfactory.h>
-#include <gtk/gtkstock.h>
-#include <gdk/gdkpixbuf.h>
+#include <gtk/gtk.h>
+#include <gdk/gdk.h>
 
 typedef struct {
        char *stock_id;
@@ -34,6 +34,7 @@ typedef struct {
 
 /* Evince stock icons */
 static const EvStockIcon stock_icons [] = {
+       { EV_STOCK_ZOOM,             "zoom" },
        { EV_STOCK_ZOOM_PAGE,        "zoom-fit-page" },
        { EV_STOCK_ZOOM_WIDTH,       "zoom-fit-width" },
        { EV_STOCK_VIEW_DUAL,        "view-page-facing" },