aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:35:00 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-07-22 11:35:00 +0800
commit8de2f893c4396df343718e27c44b08152b199fbe (patch)
tree2f6bda7c67a9703e4f7b423ad98a7a997b14177a
parent1d6f965be0e3ea657b303534ce0011aff3da5278 (diff)
downloadgsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar.gz
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar.bz2
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar.lz
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar.xz
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.tar.zst
gsoc2013-epiphany-8de2f893c4396df343718e27c44b08152b199fbe.zip
Do not do single includes in plugins/desktop-file/, bug #536090
svn path=/branches/gnome-2-24/; revision=8356
-rw-r--r--plugins/desktop-file/plugin.cpp4
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"