X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d23ec02c6ab52f60349601be999bab4cf6acbdc4..41f44cca0a5130f104aaeefad1f07a39a1491c0f:/src/common/dbtable.cpp diff --git a/src/common/dbtable.cpp b/src/common/dbtable.cpp index 53bd72f805..346dcd34f9 100644 --- a/src/common/dbtable.cpp +++ b/src/common/dbtable.cpp @@ -11,11 +11,6 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -/* -// SYNOPSIS START -// SYNOPSIS STOP -*/ - #include "wx/wxprec.h" #ifdef __BORLANDC__ @@ -24,6 +19,14 @@ #if wxUSE_ODBC +#ifndef WX_PRECOMP + #include "wx/object.h" + #include "wx/list.h" + #include "wx/string.h" + #include "wx/utils.h" + #include "wx/log.h" +#endif + #ifdef DBDEBUG_CONSOLE #if wxUSE_IOSTREAMH #include @@ -33,13 +36,6 @@ #include "wx/ioswrap.h" #endif -#ifndef WX_PRECOMP - #include "wx/string.h" - #include "wx/object.h" - #include "wx/list.h" - #include "wx/utils.h" - #include "wx/log.h" -#endif #include "wx/filefn.h" #include