mirror of https://github.com/odrling/Aegisub
Don't include wx/wx.h in subs_grid.h
This commit is contained in:
parent
96cf5ea7ed
commit
7090d2f513
|
@ -36,8 +36,9 @@
|
|||
|
||||
#include "../config.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
#include <libaegisub/charset_conv.h>
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include "../config.h"
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#include "command.h"
|
||||
|
|
|
@ -39,7 +39,10 @@
|
|||
#include "command.h"
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/textdlg.h>
|
||||
|
||||
#include "../ass_dialogue.h"
|
||||
#include "../ass_time.h"
|
||||
|
|
|
@ -36,7 +36,11 @@
|
|||
|
||||
#include <functional>
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/regex.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
|
|
|
@ -37,9 +37,10 @@
|
|||
#include <algorithm>
|
||||
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/fontdlg.h>
|
||||
#include <wx/fontenum.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include <wx/dnd.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/sysopt.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
|
|
@ -36,14 +36,12 @@
|
|||
|
||||
#include <functional>
|
||||
|
||||
#include <wx/bmpbuttn.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/fontdlg.h>
|
||||
#include <wx/radiobut.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/spinctrl.h>
|
||||
|
||||
#include "subs_edit_box.h"
|
||||
|
|
|
@ -32,13 +32,10 @@
|
|||
/// @ingroup main_ui
|
||||
///
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <wx/grid.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include "base_grid.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
/// DOCME
|
||||
/// @class SubtitlesGrid
|
||||
/// @brief DOCME
|
||||
|
|
Loading…
Reference in New Issue