diff options
author | A. Walton <awalton@gnome.org> | 2008-05-21 18:19:36 +0000 |
---|---|---|
committer | Andrew Walton <awalton@src.gnome.org> | 2008-05-21 18:19:36 +0000 |
commit | 26fac7efa5ab4219979abf8dcfaf0123049a5750 (patch) | |
tree | cfd6c77663d10f2e8a07fff11a2a43d7edbf6945 /src/nautilus-location-entry.c | |
parent | 3befbe347efabba62285675978c7c491117c953d (diff) | |
download | nautilus-26fac7efa5ab4219979abf8dcfaf0123049a5750.tar.gz |
Move all of Nautilus to single Gtk+ includes, because Mitch says so.
2008-05-21 A. Walton <awalton@gnome.org>
* */*.[ch]:
Move all of Nautilus to single Gtk+ includes, because Mitch says so.
Closes Bug #530315.
svn path=/trunk/; revision=14182
Diffstat (limited to 'src/nautilus-location-entry.c')
-rw-r--r-- | src/nautilus-location-entry.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c index 898d86b85..c253fba03 100644 --- a/src/nautilus-location-entry.c +++ b/src/nautilus-location-entry.c @@ -39,8 +39,7 @@ #include <eel/eel-gtk-macros.h> #include <eel/eel-stock-dialogs.h> #include <eel/eel-string.h> -#include <gtk/gtkdnd.h> -#include <gtk/gtksignal.h> +#include <gtk/gtk.h> #include <glib/gi18n.h> #include <gio/gio.h> #include <libgnomeui/gnome-stock-icons.h> |