diff options
Diffstat (limited to 'src/interfaces/odbc/info.c')
-rw-r--r-- | src/interfaces/odbc/info.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 79854d6cd2e..1bc96ac888c 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -16,13 +16,10 @@ *-------- */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "psqlodbc.h" #include <string.h> #include <stdio.h> -#include "psqlodbc.h" #ifndef WIN32 #include "iodbc.h" |