- move movieinfo.cpp|h from src/gui to src/driver ...

because there are no gui-elements included anymore
This commit is contained in:
svenhoefer
2017-03-20 14:30:44 +01:00
parent d2b3a8da68
commit 0b629aafc7
11 changed files with 9 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
#ifndef __MOVIE_CUT__
#define __MOVIE_CUT__
#include <gui/movieinfo.h>
#include <driver/movieinfo.h>
#include <gui/components/cc.h>
class CFrameBuffer;