gui: Include only <gtk/gtk.h> to use GTK+.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Sep 2010 04:40:40 +0000 (21:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:48 +0000 (07:52 -0700)
The GTK+ manual says: "The recommended way of using GTK+ has always been
to only include the toplevel headers gtk.h, gdk.h, gdk-pixbuf.h."  We
might as well follow this practice, since it only makes life easier.


No differences found