]> granicus.if.org Git - postgresql/commitdiff
Remove inclusions of <malloc.h>.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Dec 2000 17:52:27 +0000 (17:52 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 19 Dec 2000 17:52:27 +0000 (17:52 +0000)
src/interfaces/odbc/bind.c
src/interfaces/odbc/columninfo.c
src/interfaces/odbc/environ.c
src/interfaces/odbc/tuplelist.c

index 0c3970977aa4975715df2e9733c4af732baecea1..6ec25f80d6372fc0d76451919fdb51694a7e1832 100644 (file)
@@ -23,7 +23,6 @@
 #include "qresult.h"
 #include "pgtypes.h"
 #include <stdlib.h>
-#include <malloc.h>
 #include <string.h>
 
 #ifndef WIN32
index ba2e4acd78b3e91c531ed6b2c2a0c32a909eca15..fa56824011d58d0959b7f0f97574b20964b594f2 100644 (file)
@@ -16,7 +16,6 @@
 #include "connection.h"
 #include "socket.h"
 #include <stdlib.h>
-#include <malloc.h>
 #include <string.h>
 
 ColumnInfoClass *
index 0b95291881db300078b59c04f91736c47dd1a6e5..080a8026d5e6947dc0c3f855766596f467951426 100644 (file)
@@ -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 */
index 7b2747450e0b16b2f0132bedbc221176118ebcd5..31acb9c9c908ffd6edfc1da7d6b523af05691b72 100644 (file)
@@ -13,7 +13,6 @@
  */
 
 #include <stdlib.h>
-#include <malloc.h>
 #include "tuplelist.h"
 #include "tuple.h"