Only include gtk/gtk.h
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 18:41:43 +0000 (19:41 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 12 Dec 2008 18:46:46 +0000 (19:46 +0100)
Quoting cosimoc:

  "avahi-ui should only include <gtk/gtk.h>, as for the new GTK+ single
  headers policy. Patch attached."

Original patch from cosimoc.

Closes #248

avahi-ui/avahi-ui.h

index eee0b34..d780f83 100644 (file)
@@ -22,8 +22,7 @@
   USA.
 ***/
 
-#include <gtk/gtkwidget.h>
-#include <gtk/gtkdialog.h>
+#include <gtk/gtk.h>
 
 #include <avahi-client/client.h>