From 109cdbb4f73f1dfacf89da5bdaff7365146516ca Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Tue, 19 Dec 2000 17:52:27 +0000 Subject: [PATCH] Remove inclusions of <malloc.h>. --- src/interfaces/odbc/bind.c | 1 - src/interfaces/odbc/columninfo.c | 1 - src/interfaces/odbc/environ.c | 1 - src/interfaces/odbc/tuplelist.c | 1 - 4 files changed, 4 deletions(-) diff --git a/src/interfaces/odbc/bind.c b/src/interfaces/odbc/bind.c index 0c3970977aa..6ec25f80d63 100644 --- a/src/interfaces/odbc/bind.c +++ b/src/interfaces/odbc/bind.c @@ -23,7 +23,6 @@ #include "qresult.h" #include "pgtypes.h" #include <stdlib.h> -#include <malloc.h> #include <string.h> #ifndef WIN32 diff --git a/src/interfaces/odbc/columninfo.c b/src/interfaces/odbc/columninfo.c index ba2e4acd78b..fa56824011d 100644 --- a/src/interfaces/odbc/columninfo.c +++ b/src/interfaces/odbc/columninfo.c @@ -16,7 +16,6 @@ #include "connection.h" #include "socket.h" #include <stdlib.h> -#include <malloc.h> #include <string.h> ColumnInfoClass * diff --git a/src/interfaces/odbc/environ.c b/src/interfaces/odbc/environ.c index 0b95291881d..080a8026d5e 100644 --- a/src/interfaces/odbc/environ.c +++ b/src/interfaces/odbc/environ.c @@ -17,7 +17,6 @@ #include "connection.h" #include "statement.h" #include <stdlib.h> -#include <malloc.h> #include <string.h> /* The one instance of the handles */ diff --git a/src/interfaces/odbc/tuplelist.c b/src/interfaces/odbc/tuplelist.c index 7b2747450e0..31acb9c9c90 100644 --- a/src/interfaces/odbc/tuplelist.c +++ b/src/interfaces/odbc/tuplelist.c @@ -13,7 +13,6 @@ */ #include <stdlib.h> -#include <malloc.h> #include "tuplelist.h" #include "tuple.h" -- GitLab