diff options
Diffstat (limited to 'tvguideosd.h')
-rw-r--r-- | tvguideosd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tvguideosd.h b/tvguideosd.h index 82a8193..d4d936f 100644 --- a/tvguideosd.h +++ b/tvguideosd.h @@ -1,6 +1,16 @@ #ifndef __TVGUIDE_TVGUIDEOSD_H
#define __TVGUIDE_TVGUIDEOSD_H
+#include "timer.h"
+#include "grid.h"
+#include "channelcolumn.h"
+#include "statusheader.h"
+#include "detailview.h"
+#include "timeline.h"
+#include "channelgroups.h"
+#include "footer.h"
+#include "recmenumanager.h"
+
// --- cTvGuideOsd -------------------------------------------------------------
class cTvGuideOsd : public cOsdObject {
|