diff options
author | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
commit | e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (patch) | |
tree | 7886779ba33b466b2fe9ca67362183dabe08597e /services | |
parent | 0bbbad6d8057953ae51e9465bd76e5a3256e5eee (diff) | |
download | skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.gz skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.bz2 |
changed build environment that every class is build seperately
Diffstat (limited to 'services')
-rw-r--r-- | services/remotetimers.h | 2 | ||||
-rw-r--r-- | services/tvscraper.h | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/services/remotetimers.h b/services/remotetimers.h index a69a7a0..ea31124 100644 --- a/services/remotetimers.h +++ b/services/remotetimers.h @@ -25,7 +25,7 @@ #define _SERVICE__H #ifndef __TIMERS_H -#include <vdr/timer.h> +#include <vdr/timers.h> #include <vdr/epg.h> #endif diff --git a/services/tvscraper.h b/services/tvscraper.h index fc278ad..8c3cf35 100644 --- a/services/tvscraper.h +++ b/services/tvscraper.h @@ -1,3 +1,10 @@ +#ifndef __NOPACITY_TVSCRAPER_H +#define __NOPACITY_TVSCRAPER_H + +#include <string> +#include <vector> +#include <vdr/epg.h> + enum tvMediaType { typeSeries, typeMovie, @@ -53,4 +60,5 @@ struct TVScraperGetFullInformation std::vector<tvMedia> fanart; std::vector<tvActor> actors; std::string description; -};
\ No newline at end of file +}; +#endif // __NOPACITY_TVSCRAPER_H
\ No newline at end of file |