Removing unnecessary forward declaration from toolbar.h

This commit is contained in:
Liam Treacy 2019-01-18 11:09:18 +00:00
parent ccfec32eb9
commit 7b5cd77299

View File

@ -5,13 +5,12 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
class QToolBar;
#ifndef _WX_QT_TOOLBAR_H_
#define _WX_QT_TOOLBAR_H_
class QActionGroup;
class wxQtToolBar;
class QToolBar;
class WXDLLIMPEXP_CORE wxToolBar : public wxToolBarBase
{