Mercurial > audlegacy
changeset 338:8528a27ada8f trunk
[svn] Stop last few desperate attempts to hold on to GTK1+ includes.
author | chainsaw |
---|---|
date | Sun, 25 Dec 2005 14:38:14 -0800 |
parents | dcf5995824bf |
children | e1630c75175b |
files | Plugins/Output/crossfade/callbacks.c Plugins/Output/crossfade/configure.c Plugins/Output/crossfade/crossfade.c Plugins/Output/crossfade/monitor.c |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/crossfade/callbacks.c Sun Dec 25 14:25:03 2005 -0800 +++ b/Plugins/Output/crossfade/callbacks.c Sun Dec 25 14:38:14 2005 -0800 @@ -28,7 +28,7 @@ #include "crossfade.h" #include "callbacks.h" -#include "interface.h" +#include "interface-2.0.h" #include "support.h" void on_help_close_button_clicked(GtkButton *button, gpointer user_data)
--- a/Plugins/Output/crossfade/configure.c Sun Dec 25 14:25:03 2005 -0800 +++ b/Plugins/Output/crossfade/configure.c Sun Dec 25 14:38:14 2005 -0800 @@ -30,7 +30,7 @@ #include "crossfade.h" #include "configure.h" -#include "interface.h" +#include "interface-2.0.h" #include "monitor.h" #include "support.h"
--- a/Plugins/Output/crossfade/crossfade.c Sun Dec 25 14:25:03 2005 -0800 +++ b/Plugins/Output/crossfade/crossfade.c Sun Dec 25 14:38:14 2005 -0800 @@ -27,7 +27,7 @@ #include "crossfade.h" #include "configure.h" -#include "interface.h" +#include "interface-2.0.h" #include "monitor.h" #include "support.h" #include "effect.h"