mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Remove inclusions of <malloc.h>.
This commit is contained in:
parent
f9698a938f
commit
109cdbb4f7
@ -23,7 +23,6 @@
|
||||
#include "qresult.h"
|
||||
#include "pgtypes.h"
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef WIN32
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include "connection.h"
|
||||
#include "socket.h"
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
ColumnInfoClass *
|
||||
|
@ -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 */
|
||||
|
@ -13,7 +13,6 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <malloc.h>
|
||||
#include "tuplelist.h"
|
||||
#include "tuple.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user