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:
@@ -52,14 +52,14 @@
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/string.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/wx.h>
|
||||
#include "wx/string.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/dynarray.h"
|
||||
#include "wx/wx.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include <wx/file.h>
|
||||
#include <wx/regex.h>
|
||||
#include "wx/file.h"
|
||||
#include "wx/regex.h"
|
||||
|
||||
// C++ parsing classes
|
||||
#include "cjparser.h"
|
||||
@@ -1977,6 +1977,9 @@ static const wxString GetVersionString()
|
||||
|
||||
/*
|
||||
$Log$
|
||||
Revision 1.15 2001/11/22 21:59:58 GD
|
||||
use "..." instead of <...> for wx headers
|
||||
|
||||
Revision 1.14 2001/07/19 13:51:29 VZ
|
||||
fixes to version string
|
||||
|
||||
|
Reference in New Issue
Block a user