mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
CProgressWindow: cleanup surplus includes
already included by base class
This commit is contained in:
@@ -30,10 +30,6 @@
|
|||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
|
|
||||||
#include <driver/fontrenderer.h>
|
|
||||||
#include <driver/neutrinofonts.h>
|
|
||||||
#include <driver/rcinput.h>
|
|
||||||
|
|
||||||
|
|
||||||
CProgressWindow::CProgressWindow(CComponentsForm *parent)
|
CProgressWindow::CProgressWindow(CComponentsForm *parent)
|
||||||
: CComponentsWindow(0, 0, 700, 200, string(), NEUTRINO_ICON_INFO, NULL, parent)
|
: CComponentsWindow(0, 0, 700, 200, string(), NEUTRINO_ICON_INFO, NULL, parent)
|
||||||
|
@@ -25,14 +25,9 @@
|
|||||||
#ifndef __progresswindow__
|
#ifndef __progresswindow__
|
||||||
#define __progresswindow__
|
#define __progresswindow__
|
||||||
|
|
||||||
#include <driver/framebuffer.h>
|
|
||||||
#include <system/localize.h>
|
|
||||||
|
|
||||||
#include <gui/components/cc.h>
|
#include <gui/components/cc.h>
|
||||||
#include "menue.h"
|
#include "menue.h"
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
class CProgressWindow : public CComponentsWindow, public CMenuTarget
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user