diff options
author | Michael Natterer <mitch@imendio.com> | 2008-04-25 14:02:44 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-04-25 14:02:44 +0000 |
commit | 824f76048ae2092b6f6997bc2ccfc0715b3796bd (patch) | |
tree | f4395f6e378f59edc710565d675eb99c3806f158 /gtk/gtkmountoperation.h | |
parent | 6c53e0ad31bf1436405bdf7bb67c04a507a1b388 (diff) | |
download | gtk+-824f76048ae2092b6f6997bc2ccfc0715b3796bd.tar.gz |
include <gdk/gdk.h> instead of <gdk/gdkscreen.h>.
2008-04-25 Michael Natterer <mitch@imendio.com>
* gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
<gdk/gdkscreen.h>.
svn path=/trunk/; revision=20040
Diffstat (limited to 'gtk/gtkmountoperation.h')
-rw-r--r-- | gtk/gtkmountoperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h index 3fe99c5ef0..9299726538 100644 --- a/gtk/gtkmountoperation.h +++ b/gtk/gtkmountoperation.h @@ -29,7 +29,7 @@ #include <glib.h> #include <gio/gio.h> -#include <gdk/gdkscreen.h> +#include <gdk/gdk.h> #include <gtk/gtkwindow.h> G_BEGIN_DECLS |