reduce impact of driver/pictureviewer.h header file

before, more than 175 files depended on it, now it's about 35
This commit is contained in:
Stefan Seyfried
2017-02-06 00:52:16 +01:00
committed by M. Liebmann
parent 4134af3d1d
commit 47b1a8b642
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;
}
}