"wx/xxx.h" --> <wx/xxx.h>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
#pragma implementation "wxLayout.h"
|
#pragma implementation "wxLayout.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include <wx/wxprec.h>
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
# pragma hdrstop
|
# pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wxLayout.h"
|
#include "wxLayout.h"
|
||||||
#include "wx/textfile.h"
|
#include <wx/textfile.h>
|
||||||
|
|
||||||
|
|
||||||
#include "Micon.xpm"
|
#include "Micon.xpm"
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
#pragma interface
|
#pragma interface
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/wx.h"
|
#include <wx/wx.h>
|
||||||
|
|
||||||
#include "wxllist.h"
|
#include "wxllist.h"
|
||||||
#include "wxlwindow.h"
|
#include "wxlwindow.h"
|
||||||
|
@@ -16,12 +16,12 @@
|
|||||||
|
|
||||||
#include "kbList.h"
|
#include "kbList.h"
|
||||||
|
|
||||||
#include "wx/wx.h"
|
#include <wx/wx.h>
|
||||||
#include "wx/print.h"
|
#include <wx/print.h>
|
||||||
#include "wx/printdlg.h"
|
#include <wx/printdlg.h>
|
||||||
#include "wx/generic/printps.h"
|
#include <wx/generic/printps.h>
|
||||||
#include "wx/generic/prntdlgg.h"
|
#include <wx/generic/prntdlgg.h>
|
||||||
#include "wx/dataobj.h"
|
#include <wx/dataobj.h>
|
||||||
|
|
||||||
// skip the following defines if embedded in M application
|
// skip the following defines if embedded in M application
|
||||||
#ifndef M_BASEDIR
|
#ifndef M_BASEDIR
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
# pragma implementation "wxlwindow.h"
|
# pragma implementation "wxlwindow.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/wxprec.h"
|
#include <wx/wxprec.h>
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
# pragma hdrstop
|
# pragma hdrstop
|
||||||
|
Reference in New Issue
Block a user