new makefiles (part I)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,19 +24,19 @@
|
||||
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <isql.h>
|
||||
#include <isqlext.h>
|
||||
#include "isql.h"
|
||||
#include "isqlext.h"
|
||||
|
||||
#include <dlproc.h>
|
||||
#include "dlproc.h"
|
||||
|
||||
#include <herr.h>
|
||||
#include <henv.h>
|
||||
#include <hdbc.h>
|
||||
#include <hstmt.h>
|
||||
#include "herr.h"
|
||||
#include "henv.h"
|
||||
#include "hdbc.h"
|
||||
#include "hstmt.h"
|
||||
|
||||
#include <itrace.h>
|
||||
#include "itrace.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
Reference in New Issue
Block a user