forked from mia/Aegisub
Add missing headers and sort.
Originally committed to SVN as r5140.
This commit is contained in:
parent
ef76d4b91b
commit
9d5a2b41b5
2 changed files with 5 additions and 3 deletions
|
@ -20,9 +20,10 @@
|
|||
/// @ingroup base
|
||||
|
||||
#ifndef R_PRECOMP
|
||||
#include <wx/intl.h>
|
||||
#include <wx/glcanvas.h>
|
||||
#include <wx/platinfo.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/intl.h>
|
||||
#endif
|
||||
|
||||
/// @class Platform
|
||||
|
|
|
@ -19,11 +19,12 @@
|
|||
/// @ingroup base
|
||||
|
||||
#ifndef R_PRECOMP
|
||||
#include <wx/window.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dataobj.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
#include "view.h"
|
||||
|
|
Loading…
Reference in a new issue