diff options
Diffstat (limited to 'channelcolumn.h')
-rw-r--r-- | channelcolumn.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/channelcolumn.h b/channelcolumn.h index 1dbd174..0e1d138 100644 --- a/channelcolumn.h +++ b/channelcolumn.h @@ -1,9 +1,16 @@ #ifndef __TVGUIDE_CHANNELCOLUMN_H #define __TVGUIDE_CHANNELCOLUMN_H +#include <vdr/tools.h> +#include "grid.h" +#include "epggrid.h" +#include "headergrid.h" +#include "switchtimer.h" + class cGrid; class cEpgGrid; class cHeaderGrid; + // --- cChannelColumn ------------------------------------------------------------- class cChannelColumn : public cListObject, public cStyledPixmap { |