summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/tuplelist.c
diff options
context:
space:
mode:
authorPeter Eisentraut2000-12-19 17:52:27 +0000
committerPeter Eisentraut2000-12-19 17:52:27 +0000
commit109cdbb4f73f1dfacf89da5bdaff7365146516ca (patch)
tree28fbd62ecdff68e8242b98fcdd80f8b5f3f7fc20 /src/interfaces/odbc/tuplelist.c
parentf9698a938fd890cdcab61698f7df22715bc6bf96 (diff)
Remove inclusions of <malloc.h>.
Diffstat (limited to 'src/interfaces/odbc/tuplelist.c')
-rw-r--r--src/interfaces/odbc/tuplelist.c1
1 files changed, 0 insertions, 1 deletions
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"