reduce direct dependencies on timerdclient.h

Include timerdtypes.h instead of timerdclient.h where feasible, add direct instead of indirect includes of timerdclient.h where necessary. This reduces the number of files which depend on timerdclient.h from 134 to 16. Add/update copyright notices in the affected files.
This commit is contained in:
Stefan Seyfried
2014-01-13 21:01:26 +01:00
committed by svenhoefer
parent 49035cedec
commit 1d0a23dbf3
11 changed files with 23 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
Neutrino-GUI - DBoxII-Project
Timerliste by Zwen
(C) 2009, 2011-2014 Stefan Seyfried
Homepage: http://dbox.cyberphoria.org/
@@ -70,6 +71,8 @@
#include <zapit/bouquets.h>
#include <zapit/femanager.h>
#include <timerdclient/timerdclient.h>
#include <eitd/sectionsd.h>
extern CBouquetManager *g_bouquetManager;