Re-organise stdwx.h and sort alphabetically.
Originally committed to SVN as r3504.
This commit is contained in:
parent
925fa88c0c
commit
deeec2de18
1 changed files with 36 additions and 37 deletions
|
@ -48,52 +48,51 @@
|
|||
/////////
|
||||
// Setup
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#define WX_PRE
|
||||
|
||||
#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
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#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++
|
||||
|
||||
|
|
Loading…
Reference in a new issue