diff options
Diffstat (limited to 'src/interfaces/odbc/pgtypes.c')
-rw-r--r-- | src/interfaces/odbc/pgtypes.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/odbc/pgtypes.c b/src/interfaces/odbc/pgtypes.c index ff640776f8b..fdc38d62a19 100644 --- a/src/interfaces/odbc/pgtypes.c +++ b/src/interfaces/odbc/pgtypes.c @@ -16,13 +16,9 @@ *-------- */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "pgtypes.h" -#include "psqlodbc.h" #include "dlg_specific.h" -#include "pgtypes.h" #include "statement.h" #include "connection.h" #include "qresult.h" |