diff options
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r-- | src/interfaces/odbc/statement.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h index 834eb005b3d..c1a2152b0c0 100644 --- a/src/interfaces/odbc/statement.h +++ b/src/interfaces/odbc/statement.h @@ -10,15 +10,8 @@ #define __STATEMENT_H__ #include "psqlodbc.h" -#include "bind.h" -#ifndef WIN32 -#include "iodbc.h" -#include "isql.h" -#else -#include <windows.h> -#include <sql.h> -#endif +#include "bind.h" #ifndef FALSE |