angle bracket problem fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-09-16 18:25:44 +00:00
parent a3fc2e6c94
commit c40691a064
12 changed files with 24 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
//----------------------------------------------------------------------------
// For compilers that support precompilation, includes <wx/wx.h>.
#include <wx/wxprec.h>
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
@@ -27,12 +27,12 @@
// for all others, include the necessary headers (this file is usually all you
// need because it includes almost all 'standard' wxWidgets headers)
#ifndef WX_PRECOMP
#include <wx/wx.h>
#include "wx/wx.h"
#endif
//! wxWidgets headers
#include <wx/file.h> // raw file io support
#include <wx/filename.h> // filename support
#include "wx/file.h" // raw file io support
#include "wx/filename.h" // filename support
//! application headers
#include "defsext.h" // additional definitions