use include "..." instead of <...>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#endif //__BORLANDC__
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#include "wx/wx.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#if defined(__WXGTK__) || defined(__WXX11__)
|
||||
@@ -41,15 +41,15 @@
|
||||
|
||||
#include <stdio.h> /* Included strictly for reading the text file with the database parameters */
|
||||
|
||||
//#include <wx/db.h> /* Required in the file which will get the data source connection */
|
||||
//#include <wx/dbtable.h> /* Has the wxDbTable object from which all data objects will inherit their data table functionality */
|
||||
//#include "wx/db.h" /* Required in the file which will get the data source connection */
|
||||
//#include "wx/dbtable.h" /* Has the wxDbTable object from which all data objects will inherit their data table functionality */
|
||||
|
||||
//extern wxDbList WXDLLEXPORT *PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
|
||||
|
||||
#if wxUSE_NEW_GRID
|
||||
#include <wx/grid.h>
|
||||
#include <wx/generic/gridctrl.h>
|
||||
#include <wx/dbgrid.h>
|
||||
#include "wx/grid.h"
|
||||
#include "wx/generic/gridctrl.h"
|
||||
#include "wx/dbgrid.h"
|
||||
|
||||
#define CHOICEINT
|
||||
#endif
|
||||
|
@@ -13,8 +13,8 @@
|
||||
#pragma interface "dbtest.h"
|
||||
#endif
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/dbtable.h>
|
||||
#include "wx/string.h"
|
||||
#include "wx/dbtable.h"
|
||||
|
||||
enum DialogModes {mView,mCreate,mEdit,mSearch};
|
||||
|
||||
|
@@ -51,10 +51,10 @@
|
||||
#endif //__BORLANDC__
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#include "wx/wx.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include <wx/dbtable.h>
|
||||
#include "wx/dbtable.h"
|
||||
|
||||
extern wxDbList WXDLLEXPORT *PtrBegDbList; /* from db.cpp, used in getting back error results from db connections */
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#define LISTDB_DOT_H
|
||||
|
||||
|
||||
#include <wx/dbtable.h>
|
||||
#include "wx/dbtable.h"
|
||||
|
||||
const int LOOKUP_COL_LEN = 250;
|
||||
|
||||
|
Reference in New Issue
Block a user