mirror of https://github.com/odrling/Aegisub
Re-organise stdwx.h and sort alphabetically.
Originally committed to SVN as r3504.
This commit is contained in:
parent
925fa88c0c
commit
deeec2de18
|
@ -48,52 +48,51 @@
|
||||||
/////////
|
/////////
|
||||||
// Setup
|
// Setup
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
||||||
#define WX_PRE
|
#define WX_PRE
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
|
||||||
/////////////////////
|
|
||||||
// wxWidgets headers
|
|
||||||
#include <wx/wxprec.h>
|
|
||||||
#include <wx/notebook.h>
|
|
||||||
#include <wx/statline.h>
|
|
||||||
#include <wx/tglbtn.h>
|
|
||||||
#include <wx/tokenzr.h>
|
|
||||||
#include <wx/wfstream.h>
|
|
||||||
#include <wx/filename.h>
|
|
||||||
#include <wx/sashwin.h>
|
|
||||||
#include <wx/file.h>
|
|
||||||
#include <wx/filedlg.h>
|
|
||||||
#include <wx/grid.h>
|
|
||||||
#include <wx/fontdlg.h>
|
|
||||||
#include <wx/clipbrd.h>
|
|
||||||
#include <wx/msgdlg.h>
|
|
||||||
#include <wx/stackwalk.h>
|
|
||||||
#include <wx/spinctrl.h>
|
|
||||||
#include <wx/wfstream.h>
|
|
||||||
#include <wx/tipdlg.h>
|
|
||||||
#include <wx/event.h>
|
|
||||||
#include <wx/stc/stc.h>
|
|
||||||
#include <wx/string.h>
|
|
||||||
#include <wx/regex.h>
|
|
||||||
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
|
|
||||||
#include <OpenGL/GL.h>
|
|
||||||
#include <OpenGL/glu.h>
|
|
||||||
#else
|
|
||||||
#include <GL/gl.h>
|
|
||||||
#include <GL/glu.h>
|
|
||||||
#endif
|
|
||||||
#include <wx/glcanvas.h>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
///////////////
|
///////////////
|
||||||
// STD headers
|
// STD headers
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
||||||
|
/////////////////////
|
||||||
|
// wxWidgets headers
|
||||||
|
#include <wx/wxprec.h>
|
||||||
|
|
||||||
|
#include <wx/clipbrd.h>
|
||||||
|
#include <wx/event.h>
|
||||||
|
#include <wx/file.h>
|
||||||
|
#include <wx/filedlg.h>
|
||||||
|
#include <wx/filename.h>
|
||||||
|
#include <wx/fontdlg.h>
|
||||||
|
#include <wx/glcanvas.h>
|
||||||
|
#include <wx/grid.h>
|
||||||
|
#include <wx/msgdlg.h>
|
||||||
|
#include <wx/notebook.h>
|
||||||
|
#include <wx/regex.h>
|
||||||
|
#include <wx/sashwin.h>
|
||||||
|
#include <wx/spinctrl.h>
|
||||||
|
#include <wx/stackwalk.h>
|
||||||
|
#include <wx/statline.h>
|
||||||
|
#include <wx/stc/stc.h>
|
||||||
|
#include <wx/string.h>
|
||||||
|
#include <wx/tglbtn.h>
|
||||||
|
#include <wx/tipdlg.h>
|
||||||
|
#include <wx/tokenzr.h>
|
||||||
|
#include <wx/wfstream.h>
|
||||||
|
#include <wx/wfstream.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_APPLE_OPENGL_FRAMEWORK
|
||||||
|
#include <OpenGL/GL.h>
|
||||||
|
#include <OpenGL/glu.h>
|
||||||
|
#else
|
||||||
|
#include <GL/gl.h>
|
||||||
|
#include <GL/glu.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // C++
|
#endif // C++
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue