diff -r f926338c6952 -r b250ee0438a2 maemo-ui/src/mmyth_main.c --- a/maemo-ui/src/mmyth_main.c Mon Nov 06 18:58:26 2006 +0000 +++ b/maemo-ui/src/mmyth_main.c Fri Dec 15 00:21:57 2006 +0000 @@ -8,11 +8,11 @@ #include "hildon-widgets/hildon-window.h" #endif -#include "gmyth_recorder.h" -#include "gmyth_settings.h" -#include "gmyth_context.h" -#include "gmyth_tvchain.h" -#include "gmyth_remote_util.h" +#include +#include +#include +#include +#include #include "mmyth_ui.h" #include "mmyth_tvplayer.h" @@ -63,8 +63,7 @@ #endif /* Init libmmyth context */ - gmyth_context_initialize (); - + /* TODO */ #ifndef MAEMO_PLATFORM /* create the main window */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL);