# HG changeset patch # User nenolod # Date 1157675247 25200 # Node ID cc8adbb454468c6cd9224ceb884bd81ffd11912e # Parent 6e477dd650241f128ec8ca81248a2de9aeb436bf [svn] - use smartinclude here instead of conditional-based imports diff -r 6e477dd65024 -r cc8adbb45446 ChangeLog --- a/ChangeLog Thu Sep 07 17:25:29 2006 -0700 +++ b/ChangeLog Thu Sep 07 17:27:27 2006 -0700 @@ -1,3 +1,23 @@ +2006-09-08 00:25:29 +0000 William Pitcock + revision [2211] + - gtkquartz compatibility, pass 1 + + + Changes: Modified: + +2 -3 trunk/audacious/about.c + +1 -2 trunk/audacious/dock.c + +1 -5 trunk/audacious/equalizer.c + +0 -3 trunk/audacious/genevent.c + +1 -2 trunk/audacious/hints.c + +2 -3 trunk/audacious/main.c + +3 -2 trunk/audacious/mainwin.c + +35 -0 trunk/audacious/platform/smartinclude.h + +3 -4 trunk/audacious/skinwin.c + +1 -2 trunk/audacious/ui_playlist.c + +1 -2 trunk/audacious/util.c + +8 -0 trunk/audacious/widgets/skin.c + + 2006-09-07 18:57:03 +0000 William Pitcock revision [2209] - use #ifdef linux instead diff -r 6e477dd65024 -r cc8adbb45446 audacious/widgets/skin.c --- a/audacious/widgets/skin.c Thu Sep 07 17:25:29 2006 -0700 +++ b/audacious/widgets/skin.c Thu Sep 07 17:27:27 2006 -0700 @@ -41,12 +41,7 @@ #include "debug.h" -#if defined(GDK_WINDOWING_X11) - -#include -#include - -#endif +#include "platform/smartinclude.h" #define EXTENSION_TARGETS 7