[Gui] Progress: remove unused includes
This commit is contained in:
@@ -20,17 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_PROGRESSDIALOG_H
|
||||
#define GUI_PROGRESSDIALOG_H
|
||||
|
||||
#include <Base/Sequencer.h>
|
||||
#include <QProgressDialog>
|
||||
#ifdef QT_WINEXTRAS_LIB
|
||||
#include <QWinTaskbarProgress>
|
||||
#include <QWinTaskbarButton>
|
||||
#include <QWinTaskbarProgress>
|
||||
#endif
|
||||
|
||||
|
||||
namespace Gui {
|
||||
|
||||
struct SequencerDialogPrivate;
|
||||
|
||||
Reference in New Issue
Block a user