aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/environ.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/environ.h')
-rw-r--r--src/interfaces/odbc/environ.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/interfaces/odbc/environ.h b/src/interfaces/odbc/environ.h
index 6d50fa6b48f..7b463b3e744 100644
--- a/src/interfaces/odbc/environ.h
+++ b/src/interfaces/odbc/environ.h
@@ -11,16 +11,6 @@
#include "psqlodbc.h"
-#ifndef WIN32
-#include "iodbc.h"
-#include "isql.h"
-#include "isqlext.h"
-#else
-#include <windows.h>
-#include <sql.h>
-#include <sqlext.h>
-#endif
-
#define ENV_ALLOC_ERROR 1
/********** Environment Handle *************/