Remove inclusions of <malloc.h>.

This commit is contained in:
Peter Eisentraut 2000-12-19 17:52:27 +00:00
parent f9698a938f
commit 109cdbb4f7
4 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@
#include "qresult.h"
#include "pgtypes.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#ifndef WIN32

View File

@ -16,7 +16,6 @@
#include "connection.h"
#include "socket.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
ColumnInfoClass *

View 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 */

View File

@ -13,7 +13,6 @@
*/
#include <stdlib.h>
#include <malloc.h>
#include "tuplelist.h"
#include "tuple.h"