reduce impact of driver/pictureviewer.h header file

before, more than 175 files depended on it, now it's about 35


Origin commit data
------------------
Branch: ni/coolstream
Commit: 47b1a8b642
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-06 (Mon, 06 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-06 00:52:16 +01:00
committed by Michael Liebmann
parent 5e76b3eef8
commit c6eae66341
7 changed files with 5 additions and 4 deletions

View File

@@ -43,6 +43,7 @@
#include <gui/color_custom.h>
#include <gui/infoclock.h>
#include <zapit/zapit.h>
#include <driver/pictureviewer/pictureviewer.h>
#include <video.h>
extern cVideo * videoDecoder;
@@ -315,4 +316,4 @@ bool CScreenSaver::IsRun()
if(thrScreenSaver)
return true;
return false;
}
}