maemo-ui/src/mmyth_epg_grid_widget.h
branchtrunk
changeset 391 ab427801f058
parent 20 7174e23f7617
child 754 cb885ee44618
     1.1 --- a/maemo-ui/src/mmyth_epg_grid_widget.h	Thu Sep 28 16:02:14 2006 +0100
     1.2 +++ b/maemo-ui/src/mmyth_epg_grid_widget.h	Tue Mar 06 14:17:04 2007 +0000
     1.3 @@ -6,8 +6,8 @@
     1.4  #include <gtk/gtkvbox.h>
     1.5  #include <gtk/gtkeventbox.h>
     1.6  
     1.7 -#include "gmyth_common.h"
     1.8 -
     1.9 +#include <gmyth/gmyth_common.h>
    1.10 +#include <gmyth/gmyth_backendinfo.h>
    1.11  #define MAX_DISPLAY_CHANS 4
    1.12  
    1.13  G_BEGIN_DECLS
    1.14 @@ -45,6 +45,7 @@
    1.15  
    1.16      /* Selected Schedule Item*/
    1.17      GList *selected_grid_item;  
    1.18 +
    1.19  };
    1.20  
    1.21