Remove forward_declare in dialog_manage_repositories_base

This commit is contained in:
qu1ck 2022-05-23 14:06:36 -07:00
parent 0b7c79ea44
commit 3dd5600f95
2 changed files with 1 additions and 2 deletions

View File

@ -222,7 +222,7 @@
<property name="settings"></property>
<property name="show">1</property>
<property name="size"></property>
<property name="subclass">forward_declare</property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip"></property>
<property name="window_extra_style"></property>

View File

@ -11,7 +11,6 @@
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
class WX_GRID;
class forward_declare;
#include "dialog_shim.h"
#include <wx/colour.h>