diff options
author | Peter Eisentraut | 2000-12-19 17:52:27 +0000 |
---|---|---|
committer | Peter Eisentraut | 2000-12-19 17:52:27 +0000 |
commit | 109cdbb4f73f1dfacf89da5bdaff7365146516ca (patch) | |
tree | 28fbd62ecdff68e8242b98fcdd80f8b5f3f7fc20 /src/interfaces/odbc/tuplelist.c | |
parent | f9698a938fd890cdcab61698f7df22715bc6bf96 (diff) |
Remove inclusions of <malloc.h>.
Diffstat (limited to 'src/interfaces/odbc/tuplelist.c')
-rw-r--r-- | src/interfaces/odbc/tuplelist.c | 1 |
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" |