Add missing headers and sort.

Originally committed to SVN as r5140.
This commit is contained in:
Amar Takhar 2011-01-08 15:18:58 +00:00
parent ef76d4b91b
commit 9d5a2b41b5
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"