use "..." instead of <...> for wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,15 +28,15 @@
|
||||
// headers
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/file.h>
|
||||
#include <wx/ffile.h>
|
||||
#include <wx/app.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/textfile.h>
|
||||
#include <wx/datetime.h>
|
||||
#include <wx/cmdline.h>
|
||||
#include "wx/string.h"
|
||||
#include "wx/file.h"
|
||||
#include "wx/ffile.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/dir.h"
|
||||
#include "wx/textfile.h"
|
||||
#include "wx/datetime.h"
|
||||
#include "wx/cmdline.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// the application class
|
||||
|
Reference in New Issue
Block a user