projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed wrong assert
[wxWidgets.git]
/
src
/
iodbc
/
prepare.c
diff --git
a/src/iodbc/prepare.c
b/src/iodbc/prepare.c
index f432ad5600617780e871e303c30a7e133464203b..59aa4de13a53c3373f1ee03622c0a8ee17751dd4 100644
(file)
--- a/
src/iodbc/prepare.c
+++ b/
src/iodbc/prepare.c
@@
-24,19
+24,19
@@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
* 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 <unistd.h>
#include <unistd.h>