"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:
Karsten Ballüder
1999-06-17 16:29:17 +00:00
parent 79570d64d3
commit 73864f4018
4 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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