]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/epg/EPGView.hpp
Qt: EPG, include orders
[vlc] / modules / gui / qt4 / components / epg / EPGView.hpp
index d40536ee69e449fc5403688288927355132d16cf..3e4bb19b545d8a687a93175935229f06e8cb17e0 100644 (file)
 #ifndef EPGVIEW_H
 #define EPGVIEW_H
 
+#include "EPGEvent.hpp"
+
 #include <QGraphicsView>
-#include <QVBoxLayout>
 #include <QList>
 
-#include "EPGEvent.hpp"
-
 #define TRACKS_HEIGHT 75
 
+class QDateTime;
 class EPGView : public QGraphicsView
 {
 Q_OBJECT