diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:15 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-06-04 02:32:15 +0800 |
commit | a0656f1db8e8e4a67187f875090fd05b081575f3 (patch) | |
tree | dbe95c9afa9438fbbabe7f54f6d6810da63ffc67 /plugins/desktop-file/plugin.cpp | |
parent | cde5bad8ce74ad65ccbed7798e1050e4a4bc62f1 (diff) | |
download | gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar.gz gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar.bz2 gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar.lz gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar.xz gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.tar.zst gsoc2013-epiphany-a0656f1db8e8e4a67187f875090fd05b081575f3.zip |
Do not do single includes in plugins/desktop-file/, bug #536090
svn path=/trunk/; revision=8269
Diffstat (limited to 'plugins/desktop-file/plugin.cpp')
-rw-r--r-- | plugins/desktop-file/plugin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/desktop-file/plugin.cpp b/plugins/desktop-file/plugin.cpp index 52b94c8d3..ff32b2f14 100644 --- a/plugins/desktop-file/plugin.cpp +++ b/plugins/desktop-file/plugin.cpp @@ -30,9 +30,7 @@ #include <string.h> #include <glib.h> -#include <gtk/gtkwidget.h> -#include <gtk/gtkwindow.h> -#include <gtk/gtkmessagedialog.h> +#include <gtk/gtk.h> #include "ephy-stock-icons.h" |