# HG changeset patch # User Tony Vroon # Date 1223160094 -3600 # Node ID 7f318fa97ea3ecfa2dd309b310476af0bf14952c # Parent 34b21e766f5eb0db29b3b092ec5e02f8c7321780 Only gtk.h should be included, as per -DGTK_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project). diff -r 34b21e766f5e -r 7f318fa97ea3 src/libeggsmclient/eggdesktopfile.c --- a/src/libeggsmclient/eggdesktopfile.c Thu Oct 02 23:45:02 2008 +0200 +++ b/src/libeggsmclient/eggdesktopfile.c Sat Oct 04 23:41:34 2008 +0100 @@ -32,7 +32,7 @@ #include #include -#include +#include #include struct EggDesktopFile {