X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd5bf2a6e3a7d03e8b1f97e989eecdcc63f7151f..a3e76614adbcebebc7ec4f64407d6b09a12d0892:/src/iodbc/fetch.c diff --git a/src/iodbc/fetch.c b/src/iodbc/fetch.c index 5c4227339a..8bf06274b6 100644 --- a/src/iodbc/fetch.c +++ b/src/iodbc/fetch.c @@ -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" RETCODE SQL_API SQLFetch (HSTMT hstmt)